Platform SDK: Files and I/O |
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 );
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. |
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Dskquota.h.
File Systems Overview, File System Interfaces, IDiskQuotaControl