CWindowImpl

The CWindowImpl 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.

Syntax

T Your class, derived from CWindowImpl.

At a Glance

Header file: Atlwin.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

Remarks

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

See Also

CWindowImpl Methods, CWindowImpl Data Members, CContainedWindow, CWindow, CMessageMap