This method skips over a specified number of items in the enumeration sequence.
At a Glance
Header file: | Oaidl.h |
Windows CE versions: | 2.0 and later |
Syntax
HRESUTL Skip( ULONG celt );
Parameters
celt
[in] Number of elements to be skipped.
Return Values
S_OK indicates that the number of elements skipped is celt. S_FALSE indicates otherwise.