Click to return to the Networking, Protocols     
Pluggable Protocol Functi...     CoInternetGetSession Func...     Asynchronous Pluggable Pr...    
Web Workshop  |  Networking, Protocols & Data Formats

CoInternetGetProtocolFlags Function


Retrieves the protocol flags for a specified URL.

Syntax

STDAPI CoInternetGetProtocolFlags(
    LPCWSTR pwzUrl,
    DWORD *pdwFlags,
    DWORD dwReserved
);

Parameters

pwzUrl
String value that contains the URL.
pdwFlags
Address of an unsigned long integer value that contains the protocol flags.
dwReserved
Reserved. Must be set to zero.

Return Value

Returns S_OK if successful, or an error code otherwise.

Function Information

Windows NT Use version 4.0
Windows Use Windows 95 and later
Header Declared in Urlmon.h
Import library Link with Urlmon.lib
Minimum availability Internet Explorer 3.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.