Home
last modified time | relevance | path

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

/reactos/dll/win32/browseui/shellbars/
H A DCBandSite.h132 HRESULT _OnContextMenu(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *plrResult);
H A DCBandSite.cpp258 HRESULT CBandSiteBase::_OnContextMenu(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *… in _OnContextMenu() function in CBandSiteBase
718 HRESULT hr = _OnContextMenu(hWnd, uMsg, wParam, lParam, plrResult); in OnWinEvent()