Click to return to the Security     
CoInternetCreateZoneManag...     URL Security Zones Struct...     URL Security Zones Functi...    
Web Workshop  |  Security & Cryptography

CoInternetGetSecurityURL Function


Retrieves the security URL for the specified URL.

Syntax

HRESULT CoInternetGetSecurityURL(
    LPCWSTR pwzUrl,
    LPWSTR *ppwzSecUrl,
    PSUACTION psuAction,
    DWORD dwReserved
);

Parameters

pwzUrl
Address of a string value that contains the URL.
ppwzSecUrl
Address of a string value that contains the security URL.
psuAction
PSUACTION value that specifies what information is returned.
dwReserved
Reserved. Must be set to zero.

Function Information

Windows NT Use version 4.0. Implemented as a Unicode function.
Windows Use Windows 95 and later. Implemented as a Unicode function.
Header Urlmon.h
Import Library Urlmon.lib
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.