ISpDataKey::DeleteKey

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

ISpDataKey::DeleteKey

ISpDataKey::DeleteKey deletes a specified token key and all its descendants.


HRESULT DeleteKey(
  const WCHAR   *pszSubKeyName
);

Parameters

pszSubKeyName
Address of a null-terminated string specifying the name of the key or subkey to delete.

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.