Microsoft Speech API 5.4
IEnumSpObjectTokens::Item
IEnumSpObjectTokens::Item locates a specific token in the enumeration.
HRESULT Item(
ULONG Index,
ISpObjectToken **ppToken
);
Parameters
- Index
[in] Value indicating which token in the enumeration sequence to locate. - ppToken
[out] Address of an ISpObjectToken interface pointer.
Return values
| Value |
| S_OK |
| SPERR_NO_MORE_ITEMS |
| E_POINTER |
| SPERR_UNINITIALIZED |
| FAILED (hr) |