IEnumDiskQuotaUsers::Skip

[This is preliminary documentation and subject to change.]

Skips over the next specified number of elements in the enumeration sequence.

HRESULT Skip(
  DWORD cUsers
);
 

Parameters

cUserst
Specifies the number of elements to be skipped.

Return Values

The return value is S_OK if the number of elements skipped is cUsers; otherwise, the return value is S_FALSE.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in dskquota.h.

See Also

File Systems Overview, File System Interfaces, IEnumDiskQuotaUsers