AfxGetAppName

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

LPCTSTR AFXAPI AfxGetAppName( ); 

返回值

包含应用程序名传递一个 NULL 终止的字符串。

示例

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

要求

Header: afxwin.h

请参见

概念

MFC宏和Globals