#include <vgui_mfc_app.h>
This application class (CWinApp) is instantiated once and only once in the application and initialises all the MFC stuff
Definition at line 31 of file vgui_mfc_app.h.
Public Member Functions | |
| vgui_mfc_app () | |
| vgui_mfc_app construction. | |
| virtual BOOL | InitInstance () |
| vgui_mfc_app initialization. | |
| virtual BOOL | Run () |
| CWinApp::Run() calls CWinThread::Run(). | |
| virtual BOOL | OnIdle (LONG lcount) |
| vgui_mfc_app::vgui_mfc_app | ( | ) |
| BOOL vgui_mfc_app::InitInstance | ( | ) | [virtual] |
| BOOL vgui_mfc_app::Run | ( | ) | [virtual] |
| BOOL vgui_mfc_app::OnIdle | ( | LONG | lcount | ) | [virtual] |
Definition at line 193 of file vgui_mfc_app.cxx.
1.5.1