Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Note
The Microsoft Foundation Classes (MFC) library continues to be supported. However, we're no longer adding features or updating the documentation.
The base class from which you derive an OLE control module object.
Syntax
class COleControlModule : public CWinApp
Remarks
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.
Inheritance Hierarchy
COleControlModule
Requirements
Header: afxctl.h