Searched refs:MM_SUBMENUSHAVEIDS (Results 1 – 9 of 9) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | CDefViewBckgrndMenu.cpp | 203 …ubMenu(hMenuPart, 0), indexMenu, 0, idCmdLast, MM_DONTREMOVESEPS | MM_SUBMENUSHAVEIDS | MM_ADDSEPA… in QueryContextMenu()
|
H A D | CDefView.cpp | 1817 Shell_MergeMenus(hFileMenu, hmenu, 0, 0, 0xFFFF, MM_ADDSEPARATOR | MM_SUBMENUSHAVEIDS); in FillFileMenu() 1850 …iewMenu, m_hMenuViewModes, i, 0, 0xFFFF, MM_ADDSEPARATOR | MM_DONTREMOVESEPS | MM_SUBMENUSHAVEIDS); in FillViewMenu()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shlmenu.c | 921 if (uFlags & MM_SUBMENUSHAVEIDS) in Shell_MergeMenus() 941 …ll_MergeMenus(miiSrc.hSubMenu, hmSubMenu, 0, uIDAdjust, uIDAdjustMax, uFlags & MM_SUBMENUSHAVEIDS); in Shell_MergeMenus()
|
/reactos/dll/win32/browseui/shellbars/ |
H A D | CBandSiteMenu.cpp | 369 …rgeMenus(hmenu, m_hmenu, indexMenu, idCmdFirst, idCmdLast, MM_DONTREMOVESEPS | MM_SUBMENUSHAVEIDS); in QueryContextMenu()
|
H A D | CISFBand.cpp | 661 …hell_MergeMenus(hmenu, GetSubMenu(qMenu, 0), indexMenu, idCmdFirst, idCmdLast, MM_SUBMENUSHAVEIDS); in QueryContextMenu()
|
H A D | CBandSite.cpp | 307 …hell_MergeMenus(hMenu, hMenuStatic, UINT_MAX, 0, UINT_MAX, MM_DONTREMOVESEPS | MM_SUBMENUSHAVEIDS); in _OnContextMenu()
|
/reactos/sdk/include/psdk/ |
H A D | shlobj.h | 2529 #define MM_SUBMENUSHAVEIDS 0x00000002L macro
|
/reactos/base/shell/explorer/ |
H A D | traywnd.cpp | 3611 …ll_MergeMenus(hPopup, hMenuBase, indexMenu, idCmdFirst, idCmdLast, MM_SUBMENUSHAVEIDS | MM_ADDSEPA… in QueryContextMenu()
|
/reactos/dll/win32/browseui/ |
H A D | shellbrowser.cpp | 2278 Shell_MergeMenus(hmenuShared, mainMenu, 0, 0, FCIDM_BROWSERLAST, MM_SUBMENUSHAVEIDS); in InsertMenusSB()
|