Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Microsoft Speech Platform

IEnumSpObjectTokens::Skip

IEnumSpObjectTokens::Skip skips a specified number of object tokens in the enumeration sequence.

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>HRESULT Skip(</strong> <strong> ULONG</strong> <em>celt</em> <strong>);</strong> </pre>

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.