Searched refs:hWndCPl (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSWindows/ControlPanel/
H A DControlPanel.h74 CPlApplet(HWND hWndCPl, UINT uMsg, LONG lParam1, LONG lParam2);
76 virtual LRESULT OnCplMsg(HWND hWndCPl, UINT msg, LPARAM lp1, LPARAM lp2);
H A DControlPanel.cpp58 CPlApplet(HWND hWndCPl, UINT uMsg, LONG lParam1, LONG lParam2) argument
64 return ( LONG ) pApp->OnCplMsg(hWndCPl, uMsg, lParam1, lParam2);
293 CCPApp::OnCplMsg(HWND hWndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) argument
343 CWnd * pParentWnd = CWnd::FromHandle(hWndCPl);
351 CWnd* pParentWnd = CWnd::FromHandle(hWndCPl);

Completed in 157 milliseconds