Helper SpGetDefaultTokenIdFromCategoryId (SAPI 5.4)

Microsoft Speech API 5.4

SpGetDefaultTokenIdFromCategoryId

SpGetDefaultTokenIdFromCategoryId gets the default token ID for the specified category.

Found in: sphelper.h

  
inline HRESULT SpGetDefaultTokenIdFromCategoryId(
   const WCHAR   *pszCategoryId,
   WCHAR        **ppszTokenId
);

Parameters

  • pszCategoryId
    [in] The null-terminated string indicating the category ID.
  • ppszTokenId
    [out] The null-terminated string ID of the owning default token.

Return values

Value
S_OK
FAILED (hr)