COleControlModule Class

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at COleControlModule Class.

The base class from which you derive an OLE control module object.

class COleControlModule : public CWinApp  

This class provides member functions for initializing your control module. Each OLE control module that uses the Microsoft Foundation classes can only contain one object derived from COleControlModule. This object is constructed when other C++ global objects are constructed. Declare your derived COleControlModule object at the global level.

For more information on using the COleControlModule class, see the CWinApp class and the article ActiveX Controls.

CObject

CCmdTarget

CWinThread

CWinApp

COleControlModule

Header: afxctl.h

MFC Sample TESTHELP
Hierarchy Chart

Show: