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