이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

AfxAbort

The default termination function supplied by MFC.

void AfxAbort( ); 

AfxAbort is called internally by MFC member functions when there is a fatal error, such as an uncaught exception that cannot be handled. You can call AfxAbort in the rare case when you encounter a catastrophic error from which you cannot recover.

See the example for CATCH.

Header: afx.h

이 정보가 도움이 되었습니까?
(1500자 남음)
커뮤니티 콘텐츠 추가