Share via


Application Architecture Classes

All the application architecture classes in the Microsoft Foundation Class library are derived from the CCmdTarget class.

Because MFC for Windows CE does not support drag-and-drop features, OLE documents, or message filters, it does not support all of the application architecture classes. The CWinThread, CWinApp, CDocTemplate, COleObjectFactory, and CDocument classes behave somewhat differently in Windows CE than they do in standard MFC.

For information about the MFC for Windows CE application architecture classes, see the following topics:

CCeDocList COleControlModule
CCeDocListDocTemplate COleObjectFactory
CCmdTarget CSingleDocTemplate
CConnectionPoint CWinApp
CDocTemplate CWinThread
CDocument  

For information about where the application architecture classes fit into the Windows CE class hierarchy, see Classes Derived from CObject.