Registry and TypeLib Global Functions

These functions provide support for loading and registering a type library.

AtlRegisterTypeLib

This function is called to register a type library.

AtlUnRegisterTypeLib

This function is called to unregister a type library

AtlLoadTypeLib

This function is called to load a type library.

AtlUpdateRegistryFromResourceD

This function is called to update the registry from the supplied resource.

RegistryDataExchange

This function is called to read from, or write to, the system registry. Called by the Registry Data Exchange Macros.

These functions control which node in the registry the program uses to store information.

AtlGetPerUserRegistration

Retrieves whether the application redirects registry access to the HKEY_CURRENT_USER (HKCU) node.

AtlSetPerUserRegistration

Sets whether the application redirects registry access to the HKEY_CURRENT_USER (HKCU) node.

See Also

Other Resources

ATL Functions