Platform SDK: Files and I/O

IDiskQuotaUserBatch::Remove

Removes an IDiskQuotaUser pointer from the batch list.

HRESULT Remove(
  PDISKQUOTA_USER pUser
);

Parameters

pUser
Pointer to the quota user object's IDiskQuotaUser interface.

Return Values

This method returns one of the following values.

Value Meaning
S_OK Success.
S_FALSE Quota user object not found in batch.
E_INVALIDARG The pUser parameter is NULL.
E_UNEXPECTED An unexpected exception occurred.

Requirements

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

See Also

File Systems Overview, File System Interfaces, IDiskQuotaUserBatch