Searched refs:AddContextMenus (Results 1 – 3 of 3) sorted by relevance
/reactos/base/shell/explorer/ |
H A D | precomp.h | 309 …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 D | tbsite.cpp | 280 virtual HRESULT STDMETHODCALLTYPE AddContextMenus( in AddContextMenus() function in CTrayBandSite
|
H A D | traywnd.cpp | 3619 if (FAILED(TrayWnd->m_TrayBandSite->AddContextMenus( in QueryContextMenu()
|