CAtlModule Members

Methods

CAtlModule

The constructor.

~CAtlModule

The destructor.

AddCommonRGSReplacements

Override this method to add parameters to the ATL Registry Component (Registrar) replacement map.

AddTermFunc

Adds a new function to be called when the module terminates.

GetGITPtr

Returns the Global Interface Pointer.

GetLockCount

Returns the lock count.

Lock

Increments the lock count.

Term

Releases all data members.

Unlock

Decrements the lock count.

UpdateRegistryFromResourceD

Runs the script contained in a specified resource to register or unregister an object.

UpdateRegistryFromResourceDHelper

This method is called by UpdateRegistryFromResourceD to perform the registry update.

UpdateRegistryFromResourceS

Runs the script contained in a specified resource to register or unregister an object. This method statically links to the ATL Registry Component.

Data Members

m_libid

Contains the GUID of the current module.

m_pGIT

Pointer to the Global Interface Table.

See Also

Reference

CAtlModule Class