IEnumSpObjectTokens::Skip (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

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 Description
S_OK Number of elements skipped was celt.
S_FALSE Number of elements skipped was less than celt.
SPERR_UNINITIALIZED Attribute parser interface is not initialized.
FAILED (hr) Appropriate error message.