Home
last modified time | relevance | path

Searched refs:InsertShellNewItems (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/shell32/
H A DCNewMenu.h71 UINT InsertShellNewItems(HMENU hMenu, UINT idFirst, UINT idMenu);
H A DCNewMenu.cpp323 CNewMenu::InsertShellNewItems(HMENU hMenu, UINT idCmdFirst, UINT Pos) in InsertShellNewItems() function in CNewMenu
650 cItems = InsertShellNewItems(m_hSubMenu, idCmdFirst, 0); in QueryContextMenu()