Helper SpSetDescription (SAPI 5.4)

Microsoft Speech API 5.4

SpSetDescription

SpSetDescription sets the string value for the specified token.

Found in: sphelper.h

  
    inline HRESULT SpSetDescription(
   ISpObjectToken  *pObjToken,
   const WCHAR     *pszDescription,
   LANGID           Language = SpGetUserDefaultUILanguage(),
   BOOL             fSetLangIndependentId = TRUE
);

Parameters

  • pObjToken
    [in] The object token of the target resource.
  • pszDescription
    [in] A null-terminated string containing the resource description.
  • Language
    [in] The language ID for the resource. Language is optional and if omitted the default language will be used.
  • fSetLangIndependentId
    [in] Boolean indicating whether the language independent ID is also changed. TRUE, changes it; FALSE does not. If fSetLangIndependentId omitted the default TRUE will be used.

Return values

Value
S_OK
E_INVALIDARG
FAILED(hr)