Helper SpEnumTokens (SAPI 5.3)
Microsoft Speech API 5.3
SpEnumTokens
SpEnumTokens enumerates the tokens for the specified category.
Found in: sphelper.h
inline HRESULT SpEnumTokens(
const WCHAR *pszCategoryId,
const WCHAR *pszReqAttribs,
const WCHAR *pszOptAttribs,
IEnumSpObjectTokens **ppEnum
);
Parameters
- pszCategoryId
[in] The null-terminated string category ID on which to base the enumerations. - pszReqAttribs
[in] The null-terminated string of the required attributes for the token. - pszOptAttribs
[in] The null-terminated string of the optional attributes for the token. The order in which the tokens are listed in ppEnum is based on the order that they match pszOptAttribs. - ppEnum
[out] The enumerated list of tokens found.
Return values
Value |
S_OK |
FAILED (hr) |