CoInternetGetSecurityUrl function
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 |
|
|
Library |
|
|
DLL |
|
Show: