Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.08 KB

implementing-a-window.md

File metadata and controls

31 lines (25 loc) · 1.08 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Implementing a Window (ATL) | Microsoft Docs
11/04/2016
cpp-windows
article
C++
ATL, windows
CWindowImpl class, using
windows [C++], implementing in ATL
eb1ce8d6-72f9-4894-aae7-e60a61665628
10
mikeblome
mblome
ghogen

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