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.
Provides the event identifiers passed as parameters to the ISideShowEvents::ApplicationEvent Method for gadgets which use the Simple Content Format endpoint. They are defined in the WindowsSideShow.h header file.
The following values are defined for this enumeration:
Value |
Description |
SCF_ EVENT_CONTEXTMENU |
Indicates the associated application event data is contained within a SCF_CONTEXTMENU_EVENT Structure structure. |
SCF _EVENT_MENUACTION |
Indicates the associated application event data is contained within a SCF_MENUACTION_EVENT Structure structure. |
SCF _EVENT_NAVIGATION |
Indicates the associated application event data is contained within a SCF_NAVIGATION_EVENT Structure structure. |
Type Definition
enum tagSCF_EVENT_IDS
{
SCF_EVENT_NAVIGATION = 1,
SCF_EVENT_MENUACTION = 2,
SCF_EVENT_CONTEXTMENU = 3,
} SCF_EVENT_IDS;