MyClient.h
上传用户:cjw5120
上传日期:2022-05-11
资源大小:5032k
文件大小:1k
源码类别:

网络截获/分析

开发平台:

Visual C++

  1. // MyClient.h : main header file for the MYCLIENT application
  2. //
  3. #if !defined(AFX_MYCLIENT_H__DC1F32C5_5A6C_466F_87B8_FB854D336ABD__INCLUDED_)
  4. #define AFX_MYCLIENT_H__DC1F32C5_5A6C_466F_87B8_FB854D336ABD__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. // CMyClientApp:
  14. // See MyClient.cpp for the implementation of this class
  15. //
  16. /*
  17.  作者:海啸 lyyer English Name: Jack 
  18.   blog:http://lyyer.blog.sohu.com
  19.   website:http://www.cnGSG.com
  20.   海啸网络安全组织
  21. */
  22. class CMyClientApp : public CWinApp
  23. {
  24. public:
  25. CMyClientApp();
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CMyClientApp)
  29. public:
  30. virtual BOOL InitInstance();
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. //{{AFX_MSG(CMyClientApp)
  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_MYCLIENT_H__DC1F32C5_5A6C_466F_87B8_FB854D336ABD__INCLUDED_)