DiskQuotaControl.GiveUserNameResolutionPriority method

Places the specified user object next in line for name resolution.

Syntax

DiskQuotaControl.GiveUserNameResolutionPriority(
  oUser
)

Parameters

oUser

Type: Object

An object expression that evaluates to the user's DIDiskQuotaUser object.

Return value

This method does not return a value.

Remarks

If asynchronous name resolution is enabled, user objects are placed in a queue. By default, they are serviced in the order they are placed in the queue. The GiveUserNameResolutionPriority method moves an object to the front of the queue so that it is next in line to be serviced.

Use the UserNameResolution property to enable asynchronous name resolution.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Dskquota.h
DLL
Shell32.dll (version 5.0 or later)

See also

DiskQuotaControl Object