SkipBrokerCheckForURL

Declaration

BOOL SkipBrokerCheckForURL (VOID);

Behaviour

If the Intranet and Internet zones have the same URLACTION_LOW_RIGHTS policy in the HKEY_CURRENT_USER branch, the function returns FALSE. Otherwise, including if there are any errors, the function returns TRUE.

The lookup is done by creating a zone manager using CoInternetCreateZoneManager and calling its GetZoneActionPolicy method.

Availability

The SkipBrokerCheckForURL function is exported as ordinal 114 from URLMON.DLL version 7.00 and higher.

The only known use of this function is within URLMON, to support the IEIsProtectedModeIUriInternal function (which is also undocumented).