Home
last modified time | relevance | path

Searched refs:EVENT_SYSTEM_MENUSTART (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Devent.c42 if ( Event < EVENT_SYSTEM_MENUSTART ) return SRV_EVENT_CREATE; in GetMaskFromEvent()
H A Dmenu.c4454 IntNotifyWinEvent( EVENT_SYSTEM_MENUSTART, in MENU_InitTracking()
/reactos/win32ss/user/user32/windows/
H A Dhook.c62 if ( Event < EVENT_SYSTEM_MENUSTART ) return SRV_EVENT_CREATE; in GetMaskFromEvent()
/reactos/modules/rostests/winetests/user32/
H A Dmsg.c8890 { 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 Dwinuser.h2719 #define EVENT_SYSTEM_MENUSTART 0x00000004 macro