16class CVoice2BuddyMFCDlg :
public CDialog
23 unsigned int m_NNCookie;
24 GPProfile m_InvitedPlayer;
25 GPProfile m_MyProfileId;
29 void DoLogin(
const CString& theEmail,
const CString& theNickname,
const CString& thePassword);
34 CVoice2BuddyMFCDlg(CWnd* pParent = NULL);
38 enum { IDD = IDD_VOICE2BUDDYMFC_DIALOG };
39 CButton m_SetupButton;
40 CButton m_VoiceChatButton;
47 virtual void DoDataExchange(CDataExchange* pDX);
48 virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
57 virtual BOOL OnInitDialog();
58 afx_msg
void OnSysCommand(UINT nID, LPARAM lParam);
59 afx_msg
void OnPaint();
60 afx_msg HCURSOR OnQueryDragIcon();
61 afx_msg
void OnSetup();
62 afx_msg
void OnVoiceChat();
63 afx_msg
void OnExit();
64 afx_msg
void OnTimer(UINT nIDEvent);
65 afx_msg
void OnDestroy();
66 afx_msg
void OnSelchangeBuddylist();