IBinding::SetPriority method
Sets the priority of the bind operation.
Syntax
HRESULT SetPriority( [in] long nPriority );
Parameters
- nPriority [in]
-
A long integer value that contains the priority to set. This can be one of the values used by GetThreadPriority and SetThreadPriority.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This method is not currently implemented by the default asynchronous pluggable protocols provided by Windows Internet Explorer.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows Server 2003 |
|
Product |
Internet Explorer 4.0 |
|
DLL |
|
See also
Show: