次の方法で共有


AfxGetAppName

この関数によって返される文字列は診断メッセージまたはルートの一時的な文字列名として使用できます。

LPCTSTR AFXAPI AfxGetAppName( ); 

戻り値

アプリケーション名を含む終了する文字列。

使用例

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

必要条件

ヘッダー: afxwin.h

参照

概念

MFC マクロとグローバル