Searched refs:OnShowWindow (Results 1 – 8 of 8) sorted by relevance
/reactos/dll/win32/browseui/ |
H A D | CAutoComplete.h | 264 MESSAGE_HANDLER(WM_SHOWWINDOW, OnShowWindow) 282 LRESULT OnShowWindow(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled);
|
H A D | CAutoComplete.cpp | 1875 LRESULT CAutoComplete::OnShowWindow(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) in OnShowWindow() function in CAutoComplete
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | webchild.h | 236 virtual HRESULT STDMETHODCALLTYPE OnShowWindow(BOOL fShow) in OnShowWindow() function
|
/reactos/sdk/include/psdk/ |
H A D | oleidl.idl | 444 HRESULT OnShowWindow(
|
/reactos/dll/win32/msutb/ |
H A D | msutb.cpp | 952 STDMETHOD_(LRESULT, OnShowWindow)(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) override; 1630 STDMETHOD_(LRESULT, OnShowWindow)(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) override; 2674 CUTBMenuWnd::OnShowWindow(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in STDMETHODIMP_() 5622 CTipbarWnd::OnShowWindow(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in STDMETHODIMP_()
|
/reactos/dll/win32/shell32/ |
H A D | CDefView.cpp | 467 LRESULT OnShowWindow(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled); 536 MESSAGE_HANDLER(WM_SHOWWINDOW, OnShowWindow) 1578 LRESULT CDefView::OnShowWindow(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled) in OnShowWindow() function in CDefView
|
/reactos/sdk/lib/cicero/ |
H A D | cicuif.h | 586 STDMETHOD_(LRESULT, OnShowWindow)(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in STDMETHOD_() argument
|
H A D | cicuif.cpp | 1776 return OnShowWindow(hWnd, WM_SHOWWINDOW, wParam, lParam); in WindowProc()
|