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
Struct CCreateContext

   in AFXEXT.H

struct CCreateContext


Field Summary
 CDocument* m_pCurrentDoc
          
 CFrameWnd* m_pCurrentFrame
          
 CView* m_pLastView
          
 CDocTemplate* m_pNewDocTemplate
          
 CRuntimeClass* m_pNewViewClass
          
 
Constructor Summary
CCreateContext()
          
 

Field Detail

m_pCurrentDoc

public CDocument* m_pCurrentDoc;

m_pCurrentFrame

public CFrameWnd* m_pCurrentFrame;

m_pLastView

public CView* m_pLastView;

m_pNewDocTemplate

public CDocTemplate* m_pNewDocTemplate;

m_pNewViewClass

public CRuntimeClass* m_pNewViewClass;


Constructor Detail

CCreateContext

public CCreateContext();

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