Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Microsoft Speech Platform

SpEnumTokens

SpEnumTokens enumerates the tokens for the specified category.

Found in: sphelper.h

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>inline HRESULT SpEnumTokens(</strong> <strong> const WCHAR</strong> *<em>pszCategoryId</em>, <strong> const WCHAR</strong> *<em>pszReqAttribs</em>, <strong> const WCHAR</strong> *<em>pszOptAttribs</em>, <strong> <a runat="server" href="jj127584(v=msdn.10).md">IEnumSpObjectTokens</a></strong> **<em>ppEnum</em> <strong>);</strong> </pre>

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 Description
S_OK Function completed successfully.
FAILED (hr) Appropriate error message.