You are reading help file online using chmlib.com
|
ISpDataKey::GetStringValue retrieves the string value information from a specified token.
HRESULT GetStringValue(
const WCHAR *pszValueName,
WCHAR **ppszValue
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pszValueName is invalid or bad. |
E_POINTER | ppszValue is invalid or bad. |
SPERR_NOT_FOUND | Registry file not found. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|