Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
433 B

// hcwdoc.h : interface of the CHcwDoc class
#ifndef __HCW_DOC__
#define __HCW_DOC__
class CHCWDoc : public CDocument
{
public:
CHCWDoc();
~CHCWDoc();
virtual HMENU GetDefaultMenu(void);
HMENU m_hMenuShared;
protected:
BOOL m_fCalledBefore;
DECLARE_DYNCREATE(CHCWDoc)
virtual void Serialize(CArchive& ar);
virtual void DeleteContents();
//{{AFX_MSG(CHCWDoc)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // __HCW_DOC__