home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Class COleControlModule

CObject
   |
   +--CCmdTarget
         |
         +--CWinThread
               |
               +--CWinApp
                     |
                     +--COleControlModule

   in AFXCTL.H

class COleControlModule
extends CWinApp

COleControlModule - base class for .OCX module This object is statically linked into the control.


 
Fields inherited from class CWinApp
m_hInstance, m_hPrevInstance, m_lpCmdLine, m_nCmdShow, m_pszAppName, m_pszRegistryKey, m_pDocManager, m_bHelpMode, m_pszExeName, m_pszHelpFilePath, m_pszProfileName, m_hDevMode, m_hDevNames, m_dwPromptContext, m_nWaitCursorCount, m_hcurWaitCursorRestore, m_pRecentFileList, m_pCmdInfo, m_atomSystemTopic, m_atomApp, m_nNumPreviewPages, m_nSafetyPoolSize, m_lpfnDaoTerm, messageMap
   
Fields inherited from class CWinThread
m_pMainWnd, m_pActiveWnd, m_bAutoDelete, m_hThread, m_nThreadID, m_msgCur, m_pThreadParams, m_pfnThreadProc, m_lpfnOleTermOrFreeLib, m_pMessageFilter, m_ptCursorLast, m_nMsgLast
   
Fields inherited from class CCmdTarget
messageMap, commandMap, dispatchMap, connectionMap, interfaceMap, eventsinkMap, m_dwRef, m_pOuterUnknown, m_xInnerUnknown, m_xDispatch, m_bResultExpected, m_xConnPtContainer
   
Fields inherited from class CObject
classCObject
 
Method Summary
 virtual int ExitInstance()
          
 virtual BOOL InitInstance()
          
   
Methods inherited from class CWinApp
LoadStdProfileSettings, EnableShellOpen, SetDialogBkColor, SetRegistryKey, SetRegistryKey, Enable3dControls, Enable3dControlsStatic, RegisterShellFileTypes, RegisterShellFileTypesCompat, UnregisterShellFileTypes, LoadCursor, LoadCursor, LoadStandardCursor, LoadOEMCursor, LoadIcon, LoadIcon, LoadStandardIcon, LoadOEMIcon, GetProfileInt, WriteProfileInt, GetProfileString, WriteProfileString, GetProfileBinary, WriteProfileBinary, Unregister, DelRegTree, AddDocTemplate, GetFirstDocTemplatePosition, GetNextDocTemplate, OpenDocumentFile, AddToRecentFileList, SelectPrinter, CreatePrinterDC, GetPrinterDeviceDefaults, RunEmbedded, RunAutomated, ParseCommandLine, ProcessShellCommand, InitApplication, SaveAllModified, HideApplication, CloseAllDocuments, DoMessageBox, DoWaitCursor, OnDDECommand, WinHelp, OnFileNew, OnFileOpen, OnFilePrintSetup, OnContextHelp, OnHelp, OnHelpIndex, OnHelpFinder, OnHelpUsing, UpdatePrinterSelection, SaveStdProfileSettings, DevModeChange, SetCurrentHandles, GetOpenDocumentCount, DoPromptFileName, DoPrintDialog, EnableModeless, InitInstance, ExitInstance, Run, OnIdle, ProcessWndProcException, GetSectionKey, GetAppRegistryKey, OnAppExit, OnUpdateRecentFileMenu, OnOpenRecentFile, GetMessageMap
   
Methods inherited from class CWinThread
CreateThread, HANDLE, GetThreadPriority, SetThreadPriority, SuspendThread, ResumeThread, PostThreadMessage, InitInstance, Run, PreTranslateMessage, PumpMessage, OnIdle, IsIdleMessage, ExitInstance, ProcessWndProcException, ProcessMessageFilter, GetMainWnd, CommonConstruct, Delete, DispatchThreadMessageEx, DispatchThreadMessage
   
Methods inherited from class CCmdTarget
GetIDispatch, FromIDispatch, IsResultExpected, EnableAutomation, EnableConnections, BeginWaitCursor, EndWaitCursor, RestoreWaitCursor, EnumOleVerbs, DoOleVerb, OnCmdMsg, OnFinalRelease, IsInvokeAllowed, EnableTypeLib, GetTypeInfoOfGuid, GetDispatchIID, GetTypeInfoCount, GetTypeLibCache, GetTypeLib, GetNotSupported, SetNotSupported, GetRoutingView, GetRoutingFrame, GetRoutingView_, GetRoutingFrame_, GetMessageMap, GetCommandMap, GetDispatchMap, GetConnectionMap, GetInterfaceMap, GetEventSinkMap, EnableAggregation, ExternalDisconnect, GetControllingUnknown, InternalQueryInterface, InternalAddRef, InternalRelease, ExternalQueryInterface, ExternalAddRef, ExternalRelease, GetInterface, QueryAggregates, OnCreateAggregates, GetInterfaceHook, GetStandardProp, SetStandardProp, GetEntryCount, GetDispEntry, MemberIDFromName, GetStackSize, PushStackArgs, CallMemberFunc, OnEvent, GetEventSinkEntry, GetExtraConnectionPoints, GetConnectionHook
   
Methods inherited from class CObject
GetRuntimeClass, new, new, delete, IsSerializable, IsKindOf, Serialize
 

Method Detail

ExitInstance

public virtual int ExitInstance();

InitInstance

public virtual BOOL InitInstance();

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD