Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |