AfxGetAppName
이 함수에 의해 반환 되는 문자열 임시 문자열 이름에 대 한 루트 또는 진단 메시지를 사용할 수 있습니다.
LPCTSTR AFXAPI AfxGetAppName( );
반환 값
응용 프로그램의 이름을 포함 하는 null로 끝나는 문자열입니다.
예제
// Print the application name to the debugger output window.
TRACE(_T("Application name is %s\n"), AfxGetAppName());
요구 사항
헤더: afxwin.h