home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
abcflow
/
abc
/
samples
/
ole_vbx
/
ole_vdoc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-04-12
|
1KB
|
45 lines
// ole_vdoc.h : interface of the COle_vbxDoc class
//
/////////////////////////////////////////////////////////////////////////////
class COle_vbxDoc : public CDocument
{
protected: // create from serialization only
COle_vbxDoc();
DECLARE_DYNCREATE(COle_vbxDoc)
// Attributes
public:
// Operations
public:
// Implementation
public:
virtual ~COle_vbxDoc();
virtual void Serialize(CArchive& ar); // overridden for document i/o
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
virtual BOOL OnNewDocument();
// Generated message map functions
protected:
//{{AFX_MSG(COle_vbxDoc)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
// Generated OLE dispatch map functions
//{{AFX_DISPATCH(COle_vbxDoc)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DISPATCH
DECLARE_DISPATCH_MAP()
};
/////////////////////////////////////////////////////////////////////////////