混混沉睡混混沉睡

来源:互联网 发布:软件制作流程 编辑:程序博客网 时间:2024/04/27 14:59

#include "resource.h"  // main symbols
#include "Functions.h"

/////////////////////////////////////////////////////////////////////////////
// CScanMonitorApp:
// See ScanMonitor.cpp for the implementation of this class
//

class CScanMonitorApp : public CWinApp
{
public:
 BOOL InitSet();
 CString m_strTempConf;
 CString m_strInitConf;
 CString m_strNextPartition;
 CFunctions * pFuncs;
 HANDLE m_hMutex;
 virtual ~CScanMonitorApp();
 CScanMonitorApp();

// Overrides
 // ClassWizard generated virtual function overrides
 //{{AFX_VIRTUAL(CScanMonitorApp)
 public:
 virtual BOOL InitInstance();
 virtual int ExitInstance();
 virtual int DoMessageBox(LPCTSTR lpszPrompt, UINT nType, UINT nIDPrompt);
 //}}AFX_VIRTUAL

// Implementation

 //{{AFX_MSG(CScanMonitorApp)
  // 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()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SCANMONITOR_H__9F31DAAA_6C0B_4FE1_8E19_DB1BB774490C__INCLUDED_)