DlgStatistics.h
上传用户:gnaf34
上传日期:2022-04-22
资源大小:1657k
文件大小:2k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. /*
  2.  * DlgStatistics.h
  3.  *
  4.  * Header file
  5.  *
  6.  * Copyright (c) ITEC-Ohio, 2002.
  7.  *
  8.  * The contents of this file are subject to the Mozilla Public License
  9.  * Version 1.0 (the "License"); you may not use this file except in
  10.  * compliance with the License. You may obtain a copy of the License at
  11.  * http://www.mozilla.org/MPL/
  12.  *
  13.  * Software distributed under the License is distributed on an "AS IS"
  14.  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  15.  * the License for the specific language governing rights and limitations
  16.  * under the License.
  17.  *
  18.  * The Original Code is Open H323 Library available at http://www.openh323.org
  19.  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
  20.  *
  21.  */
  22. #if !defined(AFX_DLGSTATISTICS_H__7A901F7B_F3AA_4716_B41E_252269C7C879__INCLUDED_)
  23. #define AFX_DLGSTATISTICS_H__7A901F7B_F3AA_4716_B41E_252269C7C879__INCLUDED_
  24. #if _MSC_VER > 1000
  25. #pragma once
  26. #endif // _MSC_VER > 1000
  27. /////////////////////////////////////////////////////////////////////////////
  28. // CDlgStatistics dialog
  29. class BeaconClient;
  30. class CDlgStatistics : public CDialog
  31. {
  32. // Construction
  33. public:
  34. CDlgStatistics(CWnd* pParent = NULL);   // standard constructor
  35. // Dialog Data
  36. //{{AFX_DATA(CDlgStatistics)
  37. enum { IDD = IDD_DIALOG_STATISTICS };
  38. // NOTE: the ClassWizard will add data members here
  39. //}}AFX_DATA
  40. // Overrides
  41. // ClassWizard generated virtual function overrides
  42. //{{AFX_VIRTUAL(CDlgStatistics)
  43. protected:
  44. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  45. //}}AFX_VIRTUAL
  46. // Implementation
  47. protected:
  48. // Generated message map functions
  49. //{{AFX_MSG(CDlgStatistics)
  50. afx_msg void OnButtonStart();
  51. afx_msg void OnPaint();
  52. afx_msg void OnTimer(UINT nIDEvent);
  53. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  54. // New by WM
  55. afx_msg void Ping(LPCSTR pstrHost);
  56. afx_msg int SendEchoRequest(SOCKET s,LPSOCKADDR_IN lpstToAddr);
  57. afx_msg DWORD RecvEchoReply(SOCKET s, LPSOCKADDR_IN lpsaFrom, u_char *pTTL);
  58. afx_msg void ReportError(LPCSTR pWhere);
  59. afx_msg int WaitForEchoReply(SOCKET s);
  60. afx_msg u_short in_cksum(u_short *addr, int len);
  61. //}}AFX_MSG
  62. DECLARE_MESSAGE_MAP()
  63. };
  64. //{{AFX_INSERT_LOCATION}}
  65. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  66. #endif // !defined(AFX_DLGSTATISTICS_H__7A901F7B_F3AA_4716_B41E_252269C7C879__INCLUDED_)