ISpDataKey::DeleteValue (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

ISpDataKey::DeleteValue

ISpDataKey::DeleteValue deletes a named value from the specified token.

HRESULT DeleteValue(
   LPCWSTR   *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.