Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.21 KB

File metadata and controls

25 lines (18 loc) · 1.21 KB
title ATL Registry Component (Registrar)
ms.date 11/04/2016
helpviewer_keywords
scripting, registry scripting
ATL, registry
registrar scripts [ATL]
registry, accessing
ATL Registrar
scripts, Registrar scripts
registry, Registrar
ms.assetid 106752ae-4cfc-4030-8cb2-d36a1d635a2e

ATL Registry Component (Registrar)

The ATL Registrar provides optimized access to the system registry through a custom interface. The Registrar is free-threaded and allows static linking of code for C++ clients.

Note

The source code for the ATL Registrar can be found in atlmfc\include\atliface.h.

In This Section

Creating Registrar Scripts
A guide to creating registrar scripts. Includes topics on BNF syntax, parse trees, registry scripting examples, using replaceable parameters, and invoking scripts.

Setting Up a Static Link to the Registrar Code (C++ only)
Lists the steps to set up static linking to the Registrar.

Related Sections

ATL
Provides links to conceptual topics on how to program using the Active Template Library.