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.
Flags used to indicate special browser states.
Syntax
typedef enum OLECMDID_BROWSERSTATEFLAG {
OLECMDIDF_BROWSERSTATE_EXTENSIONSOFF = 0x00000001,
OLECMDIDF_BROWSERSTATE_IESECURITY = 0x00000002,
OLECMDIDF_BROWSERSTATE_PROTECTEDMODE_OFF = 0x00000004,
OLECMDIDF_BROWSERSTATE_RESET = 0x00000008
} OLECMDID_BROWSERSTATEFLAG Flags;
Constants
OLECMDIDF_BROWSERSTATE_EXTENSIONSOFF
Internet Explorer is currently running with add-ons disabled.OLECMDIDF_BROWSERSTATE_IESECURITY
Note This warning appears if Internet Explorer zone settings are considered insecure.
The current security settings put the user's computer at risk.
OLECMDIDF_BROWSERSTATE_PROTECTEDMODE_OFF
Note This warning indicates that the user has switched off Protected Mode in a zone that normally allows it according to the zone template. See URLACTION_LOWRIGHTS.
Protected mode is currently turned off for the Internet zone.
OLECMDIDF_BROWSERSTATE_RESET
Not used.
Requirements
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 |
Header |
Docobj.h |
IDL |
Docobj.idl |