www.pudn.com > rtp&rtcp.rar > rtp_sendDlg.h, change:2002-11-01,size:1472b
// rtp_sendDlg.h : header file
//
#if !defined(AFX_RTP_SENDDLG_H__329B7159_ED23_4387_A7DD_7B9D39415567__INCLUDED_)
#define AFX_RTP_SENDDLG_H__329B7159_ED23_4387_A7DD_7B9D39415567__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CRtp_sendDlg dialog
class CRtp_sendDlg : public CDialog
{
// Construction
public:
LONG OnDataSend(WPARAM w,LPARAM l);
CRtp_sendDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CRtp_sendDlg)
enum { IDD = IDD_RTP_SEND_DIALOG };
CListBox m_status;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRtp_sendDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CRtp_sendDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnQuit();
afx_msg void OnBUTTONSendSingleNormal();
afx_msg void OnBUTTONSendMultiNormal();
afx_msg void OnBUTTONSendSingleRandomDelay();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RTP_SENDDLG_H__329B7159_ED23_4387_A7DD_7B9D39415567__INCLUDED_)