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

网络截获/分析

开发平台:

Visual C++

  1. // MyServerDlg.h : header file
  2. //
  3. #if !defined(AFX_MYSERVERDLG_H__3B292600_A5A9_4B95_886D_3584593233FA__INCLUDED_)
  4. #define AFX_MYSERVERDLG_H__3B292600_A5A9_4B95_886D_3584593233FA__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMyServerDlg dialog
  10. class CMyServerDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMyServerDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CMyServerDlg)
  17. enum { IDD = IDD_MYSERVER_DIALOG };
  18. //}}AFX_DATA
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CMyServerDlg)
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  23. //}}AFX_VIRTUAL
  24.     HANDLE  hThread[1];
  25. //HANDLE hThread[1];
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29. // Generated message map functions
  30. //{{AFX_MSG(CMyServerDlg)
  31. virtual BOOL OnInitDialog();
  32. afx_msg void OnPaint();
  33. afx_msg HCURSOR OnQueryDragIcon();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_MYSERVERDLG_H__3B292600_A5A9_4B95_886D_3584593233FA__INCLUDED_)