Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
IEnumSpObjectTokens::GetCount
IEnumSpObjectTokens::GetCount retrieves the number of object tokens contained in the enumeration sequence.
<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT GetCount(</strong> <strong>ULONG</strong> *<em>pulCount</em> <strong>);</strong> </pre>
Parameters
- pulCount
[out] The number of object token items contained in the enumeration sequence.
Return Values
Value | Description |
---|---|
S_OK | Function completed successfully. |
E_POINTER | pulCount is bad or invalid. |
SPERR_UNINITIALIZED | Attribute parser interface is not initialized. |
FAILED (hr) | Appropriate error message. |