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