Microsoft Speech SDK
SAPI 5.1
ISpDataKey::DeleteValue
ISpDataKey::DeleteValue deletes a named value from the specified token.
HRESULT DeleteValue(
const WCHAR *pszValueName
);
Parameters
- pszValueName
- Address of a null-terminated string specifying the value name to be deleted.
Return values
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. |