IDiskQuotaUserBatch::Remove

[This is preliminary documentation and subject to change.]

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_POINTER The pUser parameter is NULL.
E_UNEXPECTED An unexpected exception occurred.

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