Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Dmenu.c26 #define MNS_STYLE_MASK (MNS_NOCHECK|MNS_MODELESS|MNS_DRAGDROP|MNS_AUTODISMISS|MNS_NOTIFYBYPOS|MNS_C…
/reactos/win32ss/user/ntuser/
H A Dmenu.c45 #define MNS_STYLE_MASK (MNS_NOCHECK|MNS_MODELESS|MNS_DRAGDROP|MNS_AUTODISMISS|MNS_NOTIFYBYPOS|MNS_C…
3510 if (dwStyle & MNS_NOTIFYBYPOS) in MENU_ExecFocusedItem()
/reactos/dll/win32/comdlg32/
H A Ditemdlg.c3754 mi.dwStyle = MNS_NOTIFYBYPOS; in IFileDialogCustomize_fnEnableOpenDropDown()
/reactos/modules/rostests/winetests/user32/
H A Dmsg.c15312 set_menu_style(hmenu, MNS_NOTIFYBYPOS); in test_menu_messages()
15314 ok(style == MNS_NOTIFYBYPOS, "expected MNS_NOTIFYBYPOS, got %u\n", style); in test_menu_messages()
15392 set_menu_style(hmenu_popup, MNS_NOTIFYBYPOS); in test_menu_messages()
15394 ok(style == MNS_NOTIFYBYPOS, "expected MNS_NOTIFYBYPOS, got %u\n", style); in test_menu_messages()
/reactos/sdk/include/psdk/
H A Dwinuser.h762 #define MNS_NOTIFYBYPOS 0x08000000 macro