You are reading help file online using chmlib.com
|
ISpDataKey::SetDWORD sets the value information for a specified token.
HRESULT SetDWORD(
const WCHAR *pszKeyName,
DWORD dwValue
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pszKeyName is invalid or bad. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|