Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the security URL for the specified URL.
Syntax
HRESULT CoInternetGetSecurityUrl(
LPCWSTR pwzUrl,
LPWSTR *ppwzSecUrl,
PSUACTION psuAction,
_Reserved_ DWORD dwReserved
);
Parameters
pwzUrl
A pointer to a string value that contains the URL.ppwzSecUrl
A pointer to a string value that contains the security URL.psuAction
A PSUACTION value that specifies what information is returned.dwReserved
Reserved. Must be set to 0.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 4.0 |
Header |
Urlmon.h |
Library |
Urlmon.lib |
DLL |
Urlmon.dll |