Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Determines if a URL will open in a protected mode process.
HRESULT IEIsProtectedModeURL(
_In_ LPCWSTR pszUrl
);
Returns one of the following values.
Return code | Description |
---|---|
S_OK | URL will open in a protected mode process. |
S_FALSE | URL will not open in a protected mode process, or protected mode is not enabled. |
E_INVALIDARG | The URL is not a well-formed URI, or the integrity of the URL depends on the calling process. |
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Product |
Internet Explorer 7 |
Header |
Iepmapi.h |
Library |
Iepmapi.lib |
DLL |
Ieframe.dll |
Please sign in to use this experience.
Sign in