Platform SDK: Files and I/O

IEnumDiskQuotaUsers::Skip

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

HRESULT Skip(
  DWORD cUsers
);

Parameters

cUsers
Specifies the number of elements to be skipped.

Return Values

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

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Dskquota.h.

See Also

File Systems Overview, File System Interfaces, IEnumDiskQuotaUsers