Platform SDK: Files and I/O

IDiskQuotaUserBatch

The IDiskQuotaUserBatch interface enables you to add multiple quota user objects to a container that is then submitted for update in a single call. This reduces the number of calls to the underlying file system, improving update efficiency when a large number of user objects must be updated. This interface is instantiated by using the IDiskQuotaControl::CreateUserBatch method.

Virtual Function Table

IUnknown Methods

QueryInterface
AddRef
Release

IDiskQuotaUserBatch Methods

Add
Remove
RemoveAll
FlushToDisk

Requirements

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

See Also

File Systems Overview, File System Interfaces