Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.27 KB

File metadata and controls

50 lines (44 loc) · 1.27 KB
title Implementing a Window (ATL) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
ATL, windows
CWindowImpl class, using
windows [C++], implementing in ATL
ms.assetid eb1ce8d6-72f9-4894-aae7-e60a61665628
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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