You are reading help file online using chmlib.com
|
ISpDataKey::SetData sets the binary data for a token.
HRESULT SetData(
const WCHAR *pszValueName,
ULONG cbData,
const BYTE *pData
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | Either pszValueName or pData is an invalid or bad pointer. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|