ISpDataKey::GetStringValue

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

ISpDataKey::GetStringValue

ISpDataKey::GetStringValue retrieves the string value information from a specified token.


HRESULT GetStringValue(
   const WCHAR   *pszValueName, 
   WCHAR        **ppszValue
);

Parameters

pszValueName
Address of a null-terminated string that specifies the name of the registry key. If NULL, the default value of the token is read.
ppszValue
Address of a pointer to a null-terminated string that receives the string value for the specified key.

Return values

Value Description
S_OK Function completed successfully.
E_INVALIDARG pszValueName is invalid or bad.
E_POINTER ppszValue is invalid or bad.
SPERR_NOT_FOUND Registry file not found.
FAILED(hr) Appropriate error message.