Searched refs:MNS_NOTIFYBYPOS (Results 1 – 5 of 5) sorted by relevance
26 #define MNS_STYLE_MASK (MNS_NOCHECK|MNS_MODELESS|MNS_DRAGDROP|MNS_AUTODISMISS|MNS_NOTIFYBYPOS|MNS_C…
45 #define MNS_STYLE_MASK (MNS_NOCHECK|MNS_MODELESS|MNS_DRAGDROP|MNS_AUTODISMISS|MNS_NOTIFYBYPOS|MNS_C…3510 if (dwStyle & MNS_NOTIFYBYPOS) in MENU_ExecFocusedItem()
3754 mi.dwStyle = MNS_NOTIFYBYPOS; in IFileDialogCustomize_fnEnableOpenDropDown()
15312 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()
762 #define MNS_NOTIFYBYPOS 0x08000000 macro