You are reading help file online using chmlib.com
|
ISpDataKey::DeleteKey deletes a specified token key and all its descendants.
HRESULT DeleteKey(
const WCHAR *pszSubKeyName
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pszSubKeyName is invalid or bad. |
SPERR_NOT_FOUND | Token key not found. |
FAILED(hr) | Appropriate error message. |
You are reading help file online using chmlib.com
|