Platform SDK: Files and I/O

IEnumDiskQuotaUsers

The IEnumDiskQuotaUsers interface enumerates user quota entries on the volume. This interface is instantiated by using the IDiskQuotaControl::CreateEnumUsers method.

Virtual Function Table

IUnknown Methods

QueryInterface
AddRef
Release

IEnumDiskQuotaUsers Methods

Next
Skip
Reset
Clone

Remarks

To use this interface, the client directs an object that maintains a collection of items to create an enumerator object. By repeatedly calling the Next method, the client gets successive pointers to each item in the collection.

Requirements

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

See Also

File Systems Overview, File System Interfaces