| description | Learn more about: Implementing a Window | |||
|---|---|---|---|---|
| title | Implementing a Window (ATL) | |||
| ms.date | 11/04/2016 | |||
| helpviewer_keywords |
|
|||
| ms.assetid | eb1ce8d6-72f9-4894-aae7-e60a61665628 |
Class CWindowImpl allows you to implement a window and handle its messages. Message handing in ATL is based on a message map. This section explains:
-
How to add a message handler to a control.
-
What message maps are and how to use them.
-
The syntax for message handler functions.