Establishes the priority for the bind operation.
HRESULT SetPriority(
LONG nPriority //Relative priority for this binding
);
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.
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in urlmon.h.