Searched refs:QueryContextMenuImpl (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | CCopyMoveToMenu.cpp | 253 return QueryContextMenuImpl(TRUE, hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags); in QueryContextMenu() 265 return QueryContextMenuImpl(FALSE, hMenu, indexMenu, idCmdFirst, idCmdLast, uFlags); in QueryContextMenu() 269 CCopyMoveToMenu::QueryContextMenuImpl(BOOL IsCopyOp, HMENU hMenu, UINT indexMenu, UINT idCmdFirst, … in QueryContextMenuImpl() function in CCopyMoveToMenu
|
H A D | CCopyMoveToMenu.h | 34 …STDMETHODIMP QueryContextMenuImpl(BOOL IsCopyOp, HMENU hMenu, UINT indexMenu, UINT idCmdFirst, UIN…
|