// RTSPExTestDlg.h : header file // #if !defined(AFX_RTSPEXTESTDLG_H__9C875363_44F7_47BE_AFA8_47BA944500B0__INCLUDED_) #define AFX_RTSPEXTESTDLG_H__9C875363_44F7_47BE_AFA8_47BA944500B0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include ///////////////////////////////////////////////////////////////////////////// // CRTSPExTestDlg dialog class CRTSPExTestDlg : public CDialog { // Construction public: CRTSPExTestDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CRTSPExTestDlg) enum { IDD = IDD_RTSPEXTEST_DIALOG }; CButton m_btnConnect; CComboBox m_cbOperation; CComboBox m_cbName; CComboBox m_cbKeyword; CComboBox m_cbCmd; CString m_strExtCmd; CString m_strIP; UINT m_uPort; CString m_strExtRes; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRTSPExTestDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CRTSPExTestDlg) virtual BOOL OnInitDialog(); afx_msg void OnSysCommand(UINT nID, LPARAM lParam); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnBtnSendCmd(); afx_msg void OnDestroy(); afx_msg void OnBtnClear(); afx_msg void OnSelchangeCbCmd(); afx_msg void OnChangeEditExtCmd(); afx_msg void OnSelchangeCbOp(); afx_msg void OnSelchangeCbKeyword(); afx_msg void OnSelchangeCbName(); afx_msg void OnChkConnect(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void SetKeyword(ULONG uIndex); void SetExtName(char *szKeyword); void SetExtSubName(char *szKeyword); void MakeAuthenticationString(char *pResponse, char *pAuthStr); ULONG m_uSock; struct sockaddr_in m_ServerAddr; BOOL m_bSetup; char m_szTrackID[32]; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RTSPEXTESTDLG_H__9C875363_44F7_47BE_AFA8_47BA944500B0__INCLUDED_)