MyFireWall.h
上传用户:zhuzhu0204
上传日期:2020-07-13
资源大小:13165k
文件大小:1k
开发平台:

Visual C++

  1. // MyFireWall.h : main header file for the MYFIREWALL application
  2. //
  3. #if !defined(AFX_MYFIREWALL_H__5827357B_EB2F_4D5F_8A26_8E8C90F35315__INCLUDED_)
  4. #define AFX_MYFIREWALL_H__5827357B_EB2F_4D5F_8A26_8E8C90F35315__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CMyFireWallApp:
  14. // See MyFireWall.cpp for the implementation of this class
  15. //
  16. class CMyFireWallApp : public CWinApp
  17. {
  18. public:
  19. BOOL ApplyIPRules(int nIndex);
  20. BOOL ApplyKerRules();
  21. BOOL ApplyLspRules();
  22. HANDLE m_hSemaphore;
  23. BOOL ApplyFileData();
  24. CMyFireWallApp();
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CMyFireWallApp)
  28. public:
  29. virtual BOOL InitInstance();
  30. virtual int ExitInstance();
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. //{{AFX_MSG(CMyFireWallApp)
  34. // NOTE - the ClassWizard will add and remove member functions here.
  35. //    DO NOT EDIT what you see in these blocks of generated code !
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_MYFIREWALL_H__5827357B_EB2F_4D5F_8A26_8E8C90F35315__INCLUDED_)