CAtlExeModuleT Members

Methods

CAtlExeModuleT

The constructor.

~CAtlExeModuleT

The destructor.

ParseCommandLine

Parses the command line and performs registration if necessary.

PostMessageLoop

This method is called immediately after the message loop exits.

PreMessageLoop

This method is called immediately before entering the message loop.

RegisterClassObjects

Registers the class object.

RevokeClassObjects

Revokes the class object.

Run

This method executes code in the EXE module to initialize, run the message loop, and clean up.

RunMessageLoop

This method executes the message loop.

Unlock

Decrements the module's lock count.

WinMain

This method implements the code required to run an EXE.

Static Functions

InitializeCom

Initializes COM.

UninitializeCom

Uninitializes COM.

Data Members

m_bDelayShutdown

A flag indicating that there should be a delay shutting down the module.

m_dwPause

A pause value used to ensure all objects are released before shutdown.

m_dwTimeOut

A time-out value used to delay the unloading of the module.

See Also

Reference

CAtlExeModuleT Class

Other Resources

CAtlModuleT Members