Microsoft Speech API 5.4
IEnumSpObjectTokens::Skip
IEnumSpObjectTokens::Skip skips a specified number of object tokens in the enumeration sequence.
HRESULT Skip(
ULONG celt
);
Parameters
- celt
[in] Number of object tokens to skip in the enumeration sequence.
Return values
| Value |
| S_OK |
| S_FALSE |
| SPERR_UNINITIALIZED |
| FAILED (hr) |