www.pudn.com > 3.rar > Msg.h
// Msg.h: interface for the CMsg class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MSG_H__707F56B3_4A62_4B8F_8BB9_530D123E1205__INCLUDED_)
#define AFX_MSG_H__707F56B3_4A62_4B8F_8BB9_530D123E1205__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CMsg : public CObject
{
DECLARE_DYNCREATE(CMsg)
public:
CMsg();
virtual ~CMsg();
void Init();
virtual void Serialize(CArchive& ar);
CString m_strText;
BOOL m_bClose;
UINT code;
};
#endif // !defined(AFX_MSG_H__707F56B3_4A62_4B8F_8BB9_530D123E1205__INCLUDED_)