Platform SDK: Files and I/O

IDiskQuotaControl::GiveUserNameResolutionPriority

Promotes the specified user object to the head of the queue so that it is next in line for resolution. By default, quota user objects are serviced in the order in which they were placed in the queue.

This method is applicable only when asynchronous name resolution is used.

HRESULT GiveUserNameResolutionPriority(
  PDISKQUOTA_USER pUser
);

Parameters

pUser
Pointer to the IDiskQuotaUser interface.

Return Values

This method returns one of the following values.

Value Meaning
NOERROR Success.
ERROR_NOT_READY The DiskQuotaControl object is not initialized.
S_FALSE Quota user object not in the resolver queue.
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, IDiskQuotaControl