[This is preliminary documentation and subject to change.]
Removes an IDiskQuotaUser pointer from the batch list.
HRESULT Remove(
PDISKQUOTA_USER pUser
);
This method returns one of the following values.
Value | Meaning |
---|---|
S_OK | Success. |
S_FALSE | Quota user object not found in batch. |
E_POINTER | The pUser parameter is NULL. |
E_UNEXPECTED | An unexpected exception occurred. |
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in dskquota.h.
File Systems Overview, File System Interfaces, IDiskQuotaUserBatch