Searched refs:m_pCreatedWnd (Results 1 – 1 of 1) sorted by relevance
51 explicit CPWL_MsgControl(CPWL_Wnd* pWnd) : m_pCreatedWnd(pWnd) {} in CPWL_MsgControl()55 return m_pCreatedWnd == pWnd; in IsWndCreated()117 UnownedPtr<CPWL_Wnd> m_pCreatedWnd; member in CPWL_MsgControl