Home
last modified time | relevance | path

Searched refs:AddContextMenus (Results 1 – 3 of 3) sorted by relevance

/reactos/base/shell/explorer/
H A Dprecomp.h309 …STDMETHOD_(HRESULT, AddContextMenus) (THIS_ HMENU hmenu, UINT indexMenu, UINT idCmdFirst, UINT idC… in DECLARE_INTERFACE_()
325 #define ITrayBandSite_AddContextMenus(p,a,b,c,d,e,f) (p)->lpVtbl->AddContextMenus(p,a,b,c,d,e,f)
H A Dtbsite.cpp280 virtual HRESULT STDMETHODCALLTYPE AddContextMenus( in AddContextMenus() function in CTrayBandSite
H A Dtraywnd.cpp3619 if (FAILED(TrayWnd->m_TrayBandSite->AddContextMenus( in QueryContextMenu()