www.pudn.com > PressMonitor_q.zip > Monitor.h


// Monitor.h : main header file for the MONITOR application 
// 
 
#if !defined(AFX_MONITOR_H__8D561A44_6378_11D0_99A1_000021004832__INCLUDED_) 
#define AFX_MONITOR_H__8D561A44_6378_11D0_99A1_000021004832__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"       // main symbols 
#define DATACOUNT 250 
///////////////////////////////////////////////////////////////////////////// 
// CMonitorApp: 
// See Monitor.cpp for the implementation of this class 
// 
CString GetDatabasePath(); 
void SetDatabasePath(CString DBPath); 
 
class CMonitorApp : public CWinApp 
{ 
public: 
	CMonitorApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMonitorApp) 
	public: 
	virtual BOOL InitInstance(); 
	virtual int ExitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
	//{{AFX_MSG(CMonitorApp) 
	afx_msg void OnAppAbout(); 
	afx_msg void OnShutDown(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
private: 
	HANDLE m_hOneInstance; 
}; 
 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MONITOR_H__8D561A44_6378_11D0_99A1_000021004832__INCLUDED_)