IDiskQuotaControl::GiveUserNameResolutionPriority

[This is preliminary documentation and subject to change.]

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
S_OK Success.
S_FALSE Quota user object not in the resolver queue.
E_UNEXPECTED Unexpected error. Caught an exception or the SID-to-name resolver has not been created.

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