Searched refs:EVENT_SYSTEM_MENUSTART (Results 1 – 5 of 5) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | event.c | 42 if ( Event < EVENT_SYSTEM_MENUSTART ) return SRV_EVENT_CREATE; in GetMaskFromEvent()
|
H A D | menu.c | 4454 IntNotifyWinEvent( EVENT_SYSTEM_MENUSTART, in MENU_InitTracking()
|
/reactos/win32ss/user/user32/windows/ |
H A D | hook.c | 62 if ( Event < EVENT_SYSTEM_MENUSTART ) return SRV_EVENT_CREATE; in GetMaskFromEvent()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | msg.c | 8890 { EVENT_SYSTEM_MENUSTART, winevent_hook|wparam|lparam, OBJID_SYSMENU, 0 }, 9005 { EVENT_SYSTEM_MENUSTART, winevent_hook|wparam|lparam, OBJID_SYSMENU, 0 }, 9072 { EVENT_SYSTEM_MENUSTART, winevent_hook|wparam|lparam, OBJID_SYSMENU, 0 }, 10435 { EVENT_SYSTEM_MENUSTART, winevent_hook|wparam|lparam, OBJID_MENU, 3 },
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 2719 #define EVENT_SYSTEM_MENUSTART 0x00000004 macro
|