DlgStatistics.h
上传用户:gnaf34
上传日期:2022-04-22
资源大小:1657k
文件大小:2k
- /*
- * DlgStatistics.h
- *
- * Header file
- *
- * Copyright (c) ITEC-Ohio, 2002.
- *
- * The contents of this file are subject to the Mozilla Public License
- * Version 1.0 (the "License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * The Original Code is Open H323 Library available at http://www.openh323.org
- * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
- *
- */
- #if !defined(AFX_DLGSTATISTICS_H__7A901F7B_F3AA_4716_B41E_252269C7C879__INCLUDED_)
- #define AFX_DLGSTATISTICS_H__7A901F7B_F3AA_4716_B41E_252269C7C879__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CDlgStatistics dialog
- class BeaconClient;
- class CDlgStatistics : public CDialog
- {
- // Construction
- public:
- CDlgStatistics(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlgStatistics)
- enum { IDD = IDD_DIALOG_STATISTICS };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgStatistics)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgStatistics)
- afx_msg void OnButtonStart();
- afx_msg void OnPaint();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
-
- // New by WM
- afx_msg void Ping(LPCSTR pstrHost);
- afx_msg int SendEchoRequest(SOCKET s,LPSOCKADDR_IN lpstToAddr);
- afx_msg DWORD RecvEchoReply(SOCKET s, LPSOCKADDR_IN lpsaFrom, u_char *pTTL);
- afx_msg void ReportError(LPCSTR pWhere);
- afx_msg int WaitForEchoReply(SOCKET s);
- afx_msg u_short in_cksum(u_short *addr, int len);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGSTATISTICS_H__7A901F7B_F3AA_4716_B41E_252269C7C879__INCLUDED_)