CWindowImpl

This class allows you to create a new window or to make an existing windows into a subclass. CWindowImpl’s window procedure uses a message map to direct messages to the appropriate handlers.

At a Glance

Header file: Atlwin.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

T YourClass, derived from CWindowImpl.

Remarks

Windows CE supports a couple of new extended window styles that are not supported by other Windows-based platforms. It also does not support some of the window styles the desktop platforms support. This means you cannot use all the same flags for the dwStyle and dwExStyle parameters to the Create method that you can use on other Windows-based platforms. Windows CE also does not support standalone menu bars.

For more information on Windows CE window style support, see the Create function in the Windows CE SDK Reference.

See Also

CContainedWindow, CWindow, CMessageMap