Searched refs:m_hSubMenu (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | CSendToMenu.cpp | 26 : m_hSubMenu(NULL) in CSendToMenu() 43 if (m_hSubMenu) in ~CSendToMenu() 45 DestroyMenu(m_hSubMenu); in ~CSendToMenu() 46 m_hSubMenu = NULL; in ~CSendToMenu() 259 if (GetMenuItemInfoW(m_hSubMenu, idCmd, FALSE, &mii)) in FindItemFromIdOffset() 326 HMENU hOldSubMenu = m_hSubMenu; in QueryContextMenu() 327 m_hSubMenu = hSubMenu; in QueryContextMenu()
|
H A D | COpenWithMenu.cpp | 1147 if (m_hSubMenu) in ~COpenWithMenu() 1153 Count = GetMenuItemCount(m_hSubMenu); in ~COpenWithMenu() 1164 if (GetMenuItemInfoW(m_hSubMenu, Index, TRUE, &mii)) in ~COpenWithMenu() 1209 InsertMenuItemW(m_hSubMenu, -1, TRUE, &mii); in AddChooseProgramItem() 1224 InsertMenuItemW(m_hSubMenu, -1, TRUE, &mii); in AddChooseProgramItem() 1249 if (InsertMenuItemW(m_hSubMenu, -1, TRUE, &mii)) in AddApp() 1274 m_hSubMenu = NULL; in QueryContextMenu() 1286 m_hSubMenu = CreatePopupMenu(); in QueryContextMenu() 1304 if (m_hSubMenu) in QueryContextMenu() 1307 mii.hSubMenu = m_hSubMenu; in QueryContextMenu() [all …]
|
H A D | CNewMenu.cpp | 407 if (GetMenuItemInfoW(m_hSubMenu, m_idCmdFirst + IdOffset, FALSE, &mii) && mii.dwItemData) in FindItemFromIdOffset() 646 m_hSubMenu = CreateMenu(); in QueryContextMenu() 647 if (!m_hSubMenu) in QueryContextMenu() 650 cItems = InsertShellNewItems(m_hSubMenu, idCmdFirst, 0); in QueryContextMenu() 660 mii.hSubMenu = m_hSubMenu; in QueryContextMenu()
|
H A D | COpenWithMenu.h | 37 HMENU m_hSubMenu; variable
|
H A D | CSendToMenu.h | 61 HMENU m_hSubMenu; variable
|
H A D | CNewMenu.h | 60 HMENU m_hSubMenu; variable
|