You are reading help file online using chmlib.com
|
ISpDataKey::OpenKey opens a specified token subkey. Passes back a new object that supports ISpDataKey for the specified subkey.
HRESULT OpenKey(
const WCHAR *pszSubKeyName,
ISpDataKey **ppSubKey
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pszSubKeyName is invalid or bad. |
E_POINTER | ppSubKey is invalid or bad. |
SPERR_NOT_FOUND | Registry key not found. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|