Searched refs:hWndCPl (Results 1 – 2 of 2) sorted by relevance
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanel.cpp | 58 CPlApplet(HWND hWndCPl, UINT uMsg, LONG lParam1, LONG lParam2) in CPlApplet() argument 64 return ( LONG ) pApp->OnCplMsg(hWndCPl, uMsg, lParam1, lParam2); in CPlApplet() 293 CCPApp::OnCplMsg(HWND hWndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) in OnCplMsg() argument 343 CWnd * pParentWnd = CWnd::FromHandle(hWndCPl); in OnCplMsg() 351 CWnd* pParentWnd = CWnd::FromHandle(hWndCPl); in OnCplMsg()
|
D | ControlPanel.h | 74 CPlApplet(HWND hWndCPl, UINT uMsg, LONG lParam1, LONG lParam2); 76 virtual LRESULT OnCplMsg(HWND hWndCPl, UINT msg, LPARAM lp1, LPARAM lp2);
|