Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.