IDiskQuotaControl::CreateUserBatch

[This is preliminary documentation and subject to change.]

Creates a batching object for optimizing updates to the quota settings of multiple users simultaneously.

HRESULT CreateUserBatch(
  PDISKQUOTA_USER_BATCH *ppBatch
);
 

Parameters

ppBatch
Pointer to receive the IDiskQuotaUserBatch interface pointer.

Return Values

This method returns one of the following values.

Value Meaning
S_OK Success.
E_POINTER The ppBatch parameter is NULL.
E_OUTOFMEMORY Insufficient memory to create the object.
DQC_E_ACCESS_DENIED The caller has insufficient access rights.

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, IDiskQuotaControl