This method skips over a specified number of items in the enumeration sequence.
At a Glance
Header file: | Objidl.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 indicatesthat the number of elements skipped is celt. S_FALSE indicates otherwise.