Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 |
Urlmon.dll |