Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The string returned by this function can be used for diagnostic messages or as a root for temporary string names.
LPCTSTR AFXAPI AfxGetAppName( );
Return Value
A null-terminated string containing the application's name.
Example
// Print the application name to the debugger output window.
TRACE(_T("Application name is %s\n"), AfxGetAppName());
Requirements
Header: afxwin.h