CommandStateChangeConstants Enumerated Type
Values used by the DWebBrowserEvents2::CommandStateChange event.
Syntax
typedef enum CommandStateChangeConstants { CSC_UPDATECOMMANDS = (int) 0xFFFFFFFF, CSC_NAVIGATEFORWARD = 0x1, CSC_NAVIGATEBACK = 0x2 } CommandStateChangeConstants;
Constants
Remarks
Windows Internet Explorer 8CSC_UPDATECOMMANDS is defined as shown, with an int cast, as of Internet Explorer 8. For earlier versions of Internet Explorer, the constant is defined as
0xFFFFFFFF, without the cast.
Enumerated Type Information
Header Exdisp.h Minimum availability Internet Explorer 4.0 Minimum operating systems Windows NT 4.0, Windows 95, Windows CE 2.12