共用方式為


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 巨集和全域