New ATL for Windows CE Features

ATL for Windows CE version 2.10 includes the following new features:

The following table shows the ATL for Windows CE classes that are new for version 2.10.

Class Description
CAxDialogImpl Implements a dialog box (modal or modeless) that hosts ActiveX controls.
CAxWindow Manages a window that hosts an ActiveX control.
CComApartment Has no current function because Windows CE does not currently support the apartment threading model in ATL for Windows CE. It is included so that future versions of ATL for Windows CE will be backward compatible.
CComAutoCriticalSection Provides methods for obtaining and releasing ownership of a critical section object.
CComAutoThreadModule Has no current function because Windows CE does not currently support the apartment threading model or out-of-process servers. It is included so that future versions of ATL for Windows CE will be backward compatible.
CComClassFactoryAutoThread Implements the IClassFactory interface for objects created in multiple apartments.
CComCompositeControl Provides basic composite control functionality.
CComSimpleThreadAllocator Manages thread selection for the CComAutoThreadModule class.
CSimpleDialog Provides basic modal dialog box functionality.
CWinTraits Specifies the standard and extended styles for an ATL window object.
CWinTraitsOR Specifies the standard and extended styles for an ATL window object and enables the addition of multiple styles using the logical OR operator.