IEnumSTATDATA::Skip (Compact 2013)
3/26/2014
This method skips over a specified number of items in the enumeration sequence.
Syntax
HRESUTL Skip(
ULONG celt
);
Parameters
- celt
[in] Number of elements to be skipped.
Return Value
S_OK indicates that the number of elements skipped is celt. S_FALSE indicates otherwise.
Remarks
To determine whether the platform supports this interface, see Determining Supported COM APIs.
Requirements
Header |
objidl.h, |
Library |
ole32.lib, |