Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A DCCopyMoveToMenu.cpp253 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 DCCopyMoveToMenu.h34 …STDMETHODIMP QueryContextMenuImpl(BOOL IsCopyOp, HMENU hMenu, UINT indexMenu, UINT idCmdFirst, UIN…