[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
);
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. |
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in dskquota.h.
File Systems Overview, File System Interfaces, IDiskQuotaControl