Home
last modified time | relevance | path

Searched refs:OnShowWindow (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/browseui/
H A DCAutoComplete.h264 MESSAGE_HANDLER(WM_SHOWWINDOW, OnShowWindow)
282 LRESULT OnShowWindow(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled);
H A DCAutoComplete.cpp1875 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 Dwebchild.h236 virtual HRESULT STDMETHODCALLTYPE OnShowWindow(BOOL fShow) in OnShowWindow() function
/reactos/sdk/include/psdk/
H A Doleidl.idl444 HRESULT OnShowWindow(
/reactos/dll/win32/msutb/
H A Dmsutb.cpp952 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 DCDefView.cpp467 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 Dcicuif.h586 STDMETHOD_(LRESULT, OnShowWindow)(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in STDMETHOD_() argument
H A Dcicuif.cpp1776 return OnShowWindow(hWnd, WM_SHOWWINDOW, wParam, lParam); in WindowProc()