AfxGetAppName
The string returned by this function can be used for diagnostic messages or as a root for temporary string names.
LPCTSTR AFXAPI AfxGetAppName( );
Возвращаемое значение
A null-terminated string containing the application's name.
Пример
// Print the application name to the debugger output window.
TRACE(_T("Application name is %s\n"), AfxGetAppName());
Требования
Header: afxwin.h