Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
AfxGetApp
                                              Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  CWinApp* AfxGetApp( );
 
  Remarks
 
  Returns a pointer to the one and only CWinApp object for the Windows
  application. This pointer is useful for getting access to the main
  message dispatch code or the topmost window.
 
  Return Value
 
  A pointer to a CWinApp object.
 
 
                                     -♦-