共用方式為


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