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