IEIsProtectedModeURL function
Determines if a URL will open in a protected mode process.
Syntax
HRESULT IEIsProtectedModeURL( _In_ LPCWSTR pszUrl );
Parameters
- pszUrl [in]
-
A pointer to a NULL-terminated string that specifies the URL to evaluate.
Return value
Returns one of the following values.
| Return code | Description |
|---|---|
|
URL will open in a protected mode process. |
|
URL will not open in a protected mode process, or protected mode is not enabled. |
|
The URL is not a well-formed URI, or the integrity of the URL depends on the calling process. |
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Product |
Internet Explorer 7 |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: