IEnumXXXX::Skip
Skips over
the next specified number of elements in the enumeration sequence.
HRESULT Skip(
| 
       ULONG celt  | 
  
   //Number of elements to be skipped  | 
 
| 
      );  | 
  
   | 
 
Parameter
celt
[in] Number
of elements to be skipped.
Return Value
S_OK if the
number of elements skipped is celt; otherwise S_FALSE.