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.
Gets the priority of the request being sent to the pluggable protocol handler.
Syntax
HRESULT retVal = object.GetPriority(pnPriority);
Parameters
pnPriority [out]
Type: LONGThe address of a long integer value that contains the priority to set.
Remarks
For the default pluggable protocol handlers, IInternetPriority::GetPriority maps to the Microsoft Win32 Internet function InternetQueryOption, using the INTERNET_OPTION_REQUEST_PRIORITY option flag.