|
1 | | ---- |
2 | | -title: "ATL COM Desktop Components | Microsoft Docs" |
3 | | -ms.custom: "" |
4 | | -ms.date: "11/04/2016" |
5 | | -ms.technology: ["cpp-atl"] |
6 | | -ms.topic: "conceptual" |
7 | | -dev_langs: ["C++"] |
8 | | -helpviewer_keywords: ["ATL, reference", "ATL, about ATL"] |
9 | | -ms.assetid: 291f38d1-d2de-4687-86a9-99b4fd35706c |
10 | | -author: "mikeblome" |
11 | | -ms.author: "mblome" |
12 | | -ms.workload: ["cplusplus"] |
13 | | ---- |
14 | | -# ATL COM Desktop Components |
15 | | -The ATL Reference documents the Active Template Library (ATL), a set of template-based C++ classes that simplify the programming of Component Object Model (COM) objects. To fully take advantage of ATL, a working familiarity with COM is highly recommended. |
16 | | - |
17 | | -## In This Section |
18 | | - [ATL Class Overview](../atl/atl-class-overview.md) |
19 | | - Provides links to and brief descriptions of the ATL classes organized by category. |
20 | | - |
21 | | - [ATL Classes and structs](../atl/reference/atl-classes.md) |
22 | | - Provides reference material on the classes and structs organized alphabetically. |
23 | | - |
24 | | - [ATL Functions](../atl/reference/atl-functions.md) |
25 | | - Provides reference material on the global functions organized alphabetically. Includes topics organizing the functions into categories. |
26 | | - |
27 | | - [ATL Global Variables](../atl/reference/atl-global-variables.md) |
28 | | - Provides reference material on the global variables organized alphabetically. |
29 | | - |
30 | | - [ATL Macros](../atl/reference/atl-macros.md) |
31 | | - Provides reference material on the macros organized alphabetically. Includes topics organizing the macros into categories. |
32 | | - |
33 | | - [ATL Typedefs](../atl/reference/atl-typedefs.md) |
34 | | - Provides reference material on the typedefs organized alphabetically |
35 | | - |
36 | | - [Worker Archetype](../atl/reference/worker-archetype.md) |
37 | | - Provides a links to the ATL Worker archetype. |
38 | | - |
39 | | - [Obsolete ATL Topics](http://msdn.microsoft.com/en-us/7af0223d-148e-4a4c-bf9c-3e916a3b67ec) |
40 | | - Provides reference material on the classes, macros, and functions that are obsolete or deprecated. |
41 | | - |
42 | | -## Related Sections |
43 | | - [ATL](../atl/active-template-library-atl-concepts.md) |
44 | | - Provides topics on how to program using the Active Template Library (ATL). |
45 | | - |
46 | | - [ATL Tutorial](../atl/active-template-library-atl-tutorial.md) |
47 | | - Leads you through the creation of a control and demonstrates some ATL fundamentals in the process. |
48 | | - |
49 | | - [ATL Samples](../visual-cpp-samples.md) |
50 | | - Sample code that shows how to use ATL to write COM objects. |
51 | | - |
52 | | - [OLE DB Templates](../data/oledb/ole-db-templates.md) |
53 | | - Provides reference material for the OLE DB consumer and provider templates, a set of template classes that implement many commonly used OLE DB interfaces. |
| 1 | +--- |
| 2 | +title: "ATL COM Desktop Components | Microsoft Docs" |
| 3 | +ms.custom: "" |
| 4 | +ms.date: "11/04/2016" |
| 5 | +ms.technology: ["cpp-atl"] |
| 6 | +ms.topic: "conceptual" |
| 7 | +dev_langs: ["C++"] |
| 8 | +helpviewer_keywords: ["ATL, reference", "ATL, about ATL"] |
| 9 | +ms.assetid: 291f38d1-d2de-4687-86a9-99b4fd35706c |
| 10 | +author: "mikeblome" |
| 11 | +ms.author: "mblome" |
| 12 | +ms.workload: ["cplusplus"] |
| 13 | +--- |
| 14 | +# ATL COM Desktop Components |
| 15 | +The ATL Reference documents the Active Template Library (ATL), a set of template-based C++ classes that simplify the programming of Component Object Model (COM) objects. To fully take advantage of ATL, a working familiarity with COM is highly recommended. |
| 16 | + |
| 17 | +## In This Section |
| 18 | + [ATL Class Overview](../atl/atl-class-overview.md) |
| 19 | + Provides links to and brief descriptions of the ATL classes organized by category. |
| 20 | + |
| 21 | + [ATL Classes and structs](../atl/reference/atl-classes.md) |
| 22 | + Provides reference material on the classes and structs organized alphabetically. |
| 23 | + |
| 24 | + [ATL Functions](../atl/reference/atl-functions.md) |
| 25 | + Provides reference material on the global functions organized alphabetically. Includes topics organizing the functions into categories. |
| 26 | + |
| 27 | + [ATL Global Variables](../atl/reference/atl-global-variables.md) |
| 28 | + Provides reference material on the global variables organized alphabetically. |
| 29 | + |
| 30 | + [ATL Macros](../atl/reference/atl-macros.md) |
| 31 | + Provides reference material on the macros organized alphabetically. Includes topics organizing the macros into categories. |
| 32 | + |
| 33 | + [ATL Typedefs](../atl/reference/atl-typedefs.md) |
| 34 | + Provides reference material on the typedefs organized alphabetically |
| 35 | + |
| 36 | + [Worker Archetype](../atl/reference/worker-archetype.md) |
| 37 | + Provides a links to the ATL Worker archetype. |
| 38 | + |
| 39 | +## Related Sections |
| 40 | + [ATL](../atl/active-template-library-atl-concepts.md) |
| 41 | + Provides topics on how to program using the Active Template Library (ATL). |
| 42 | + |
| 43 | + [ATL Tutorial](../atl/active-template-library-atl-tutorial.md) |
| 44 | + Leads you through the creation of a control and demonstrates some ATL fundamentals in the process. |
| 45 | + |
| 46 | + [ATL Samples](../visual-cpp-samples.md) |
| 47 | + Sample code that shows how to use ATL to write COM objects. |
| 48 | + |
| 49 | + [OLE DB Templates](../data/oledb/ole-db-templates.md) |
| 50 | + Provides reference material for the OLE DB consumer and provider templates, a set of template classes that implement many commonly used OLE DB interfaces. |
0 commit comments