1 out of 1 rated this helpful - Rate this topic

AfxGetApp

The pointer returned by this function can be used to access application information such as the main message-dispatch code or the topmost window.

CWinApp* AFXAPI AfxGetApp( ); 

Return Value

A pointer to the single CWinApp object for the application.

Example

// Print the application's executable filename.
TRACE("Executable filename = %s\n", AfxGetApp()->m_pszExeName);

See Also

MFC Macros and Globals

Did you find this helpful?
(1500 characters remaining)