C++
virtual CWnd * AppMainWindow();
Description
This method is called to obtain a pointer to the application's main window. By default this is AfxGetApp()->m_pMainWnd.
virtual CWnd * AppMainWindow();
This method is called to obtain a pointer to the application's main window. By default this is AfxGetApp()->m_pMainWnd.