AfxGetAppName

此函数返回的字符串可用于诊断消息或用作支持临时字符串名称。

LPCTSTR AFXAPI AfxGetAppName( );

返回值

包含应用程序名称的 null 终止的字符串。

示例

// Print the application name to the debugger output window.
TRACE(_T("Application name is %s\n"), AfxGetAppName());

要求

标头: afxwin.h

请参见

概念

MFC 宏和全局函数