IItemMetadataEnumerator::Skip
Skips the specified number of metadata items.
HRESULT Skip(
ULONG cItems);
Parameters
- cItems
[in] The number of metadata items to skip. Must be 1.
Return Value
S_OK
S_FALSE if there are no more items to enumerate.
E_INVALIDARG when cItems is anything other than 1.