Microsoft Speech Platform
IEnumSpObjectTokens::GetCount
IEnumSpObjectTokens::GetCount retrieves the number of object tokens contained in the enumeration sequence.
HRESULT GetCount(
ULONG *pulCount
);
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. |