ISpDataKey::DeleteKey (Windows CE 5.0)
This method deletes a specified token key and all its descendants.
HRESULT DeleteKey( const WCHAR* pszSubKeyName);
Parameters
- pszSubKeyName
[in] Pointer to a null-terminated string specifying the name of the key or subkey to delete.
Return Values
The following table shows the possible return values.
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. |
Requirements
OS Versions: Windows CE .NET 4.1 and later.
Header: sapi.h, sapi.idl.
Link Library: Sapilib.lib.
See Also
Send Feedback on this topic to the authors