AFX.H |
struct CRuntimeClass; // object type information class CObject; // the root of all objects classes class CException; // the root of all exceptions class CFile; // raw binary file // Non CObject classes class CArchive; // object persistence tool |
AFXADV.h |
//CObject class CRecentFileList; // used in CWinApp for MRU list |
AFXCMN.h |
//CObject |