#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_)