IEnumSpObjectTokens::GetCount

Microsoft Speech SDK

The Microsoft.com Speech website Microsoft Speech SDK SAPI 5.1

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.