51class CScRaceSampleDlg :
public CDialog
65 CString m_remoteResponse;
73 gsi_bool m_disconnect;
74 gsi_bool m_reportSent;
80 GT2Socket m_GT2Socket;
81 GT2Connection m_GT2Connection;
83 SCInterfacePtr m_interface;
86 gsi_u8 m_remoteConnId[SC_CONNECTION_GUID_SIZE];
96 CScRaceSampleDlg(CWnd* pParent = NULL);
100 enum { IDD = IDD_SCRACESAMPLE_DIALOG };
102 CProgressCtrl m_remoteProgress;
103 CProgressCtrl m_localProgress;
110 virtual BOOL PreTranslateMessage(MSG* pMsg);
112 virtual void DoDataExchange(CDataExchange* pDX);
121 virtual BOOL OnInitDialog();
122 afx_msg
void OnPaint();
123 afx_msg HCURSOR OnQueryDragIcon();
124 afx_msg
void OnStart();
125 afx_msg
void OnDestroy();
126 afx_msg
void OnTimer(UINT nIDEvent);
127 afx_msg
void OnLogout();
129 DECLARE_MESSAGE_MAP()