Establishes the priority for the bind operation.
HRESULT SetPriority(
LONG nPriority |
//Relative priority for this binding |
); |
Parameters
Return Values
Remarks
IBinding::SetPriority stablishes the priority for the bind operation. Priority values are taken from the Microsoft® Win32® thread priority APIs (SetThreadPriority and GetThreadPriority). The final priority is determined from values gathered from all clients of the bind operation.
Note that this method is currently unimplemented for URL monikers and the policy for determining the priority level is TBD.
See Also