MyFireWall.h
上传用户:zhuzhu0204
上传日期:2020-07-13
资源大小:13165k
文件大小:1k
- // MyFireWall.h : main header file for the MYFIREWALL application
- //
- #if !defined(AFX_MYFIREWALL_H__5827357B_EB2F_4D5F_8A26_8E8C90F35315__INCLUDED_)
- #define AFX_MYFIREWALL_H__5827357B_EB2F_4D5F_8A26_8E8C90F35315__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
- /////////////////////////////////////////////////////////////////////////////
- // CMyFireWallApp:
- // See MyFireWall.cpp for the implementation of this class
- //
- class CMyFireWallApp : public CWinApp
- {
- public:
- BOOL ApplyIPRules(int nIndex);
- BOOL ApplyKerRules();
- BOOL ApplyLspRules();
- HANDLE m_hSemaphore;
- BOOL ApplyFileData();
- CMyFireWallApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyFireWallApp)
- public:
- virtual BOOL InitInstance();
- virtual int ExitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CMyFireWallApp)
- // 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_MYFIREWALL_H__5827357B_EB2F_4D5F_8A26_8E8C90F35315__INCLUDED_)