You are reading help file online using chmlib.com
|
ISpDataKey::DeleteValue deletes a named value from the specified token.
HRESULT DeleteValue(
const WCHAR *pszValueName
);
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_INVALIDARG | pszValueName 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
|