Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method skips over the next specified number of elements in the enumeration sequence.
HRESULT Skip(ULONGcelt);
Parameters
- celt
[in] Number of elements to be skipped.
Return Values
S_OK if the number of elements skipped is celt; otherwise, S_FALSE.
Remarks
To determine whether the platform supports this interface, see Determining Supported COM APIs.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Objidl.h, Objidl.idl.
Link Library: Ole32.lib, Uuid.lib.
Send Feedback on this topic to the authors