Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 899 Bytes

implementing-a-window.md

File metadata and controls

22 lines (15 loc) · 899 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Implementing a Window
Implementing a Window (ATL)
11/04/2016
ATL, windows
CWindowImpl class, using
windows [C++], implementing in ATL
eb1ce8d6-72f9-4894-aae7-e60a61665628

Implementing a Window

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:

See also

Window Classes