GetPriority method
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.