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.
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.