Skip to content

Latest commit

 

History

History
82 lines (67 loc) · 2.61 KB

File metadata and controls

82 lines (67 loc) · 2.61 KB
title ATL Structures | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic index-page
f1_keywords
vc.atl.structures
dev_langs
C++
helpviewer_keywords
ATL, structures
structures, ATL
ms.assetid 622173c8-6f2e-457c-8fae-28d4e80ecdb5
caps.latest.revision 14
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

ATL Structures

The Active Template Library includes the following structures.

In This Section

ATL_DRAWINFO
Contains information used for rendering to various targets, such as a printer, metafile, or ActiveX control.

_AtlCreateWndData
Contains class instance data in windowing code in ATL.

_ATL_BASE_MODULE70
Used by any project that uses ATL.

_ATL_COM_MODULE70
Used by COM-related code in ATL.

_ATL_FUNC_INFO
Contains type information used to describe a method or property on a dispinterface.

_ATL_MODULE70
Contains data used by every ATL module.

_ATL_WIN_MODULE70
Used by windowing code in ATL.

Related Sections

ATL Reference
Provides reference material for the ATL Library, a set of template-based C++ classes that simplify the programming of COM objects.

ATL Functions
Provides reference material on the global functions organized alphabetically. Includes topics organizing the functions into categories.

ATL Global Variables
Provides reference material on the global variables organized alphabetically.

ATL Macros
Provides reference material on the macros organized alphabetically. Includes topics organizing the macros into categories.

ATL Typedefs
Provides reference material on the typedefs organized alphabetically

ATL Classes
Provides reference material on the classes organized alphabetically.