IItemMetadataEnumerator::Skip

Skips the specified number of metadata items.


HRESULT Skip(
  ULONG cItems);

cItems

[in] The number of metadata items to skip. Must be 1.

  • S_OK

  • S_FALSE if there are no more items to enumerate.

  • E_INVALIDARG when cItems is anything other than 1.

Show: