You are reading help file online using chmlib.com
|
IEnumSpObjectTokens::Skip skips a specified number of object tokens in the enumeration sequence.
HRESULT Skip(
ULONG celt
);
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. |
You are reading help file online using chmlib.com
|