Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the priority of the request being sent to the pluggable protocol handler.
Syntax
HRESULT GetPriority( LONG *pnPriority );
Parameters
- pnPriority
- [out] Address of a long integer value that contains the priority to set.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
For the default pluggable protocol handlers, IInternetPriority::GetPriority maps to the Win32® Internet function InternetQueryOption, using the INTERNET_OPTION_REQUEST_PRIORITY option flag.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.