winstundlg.h

来自「STUN 协议源程序,已在LINUX上编译通过」· C头文件 代码 · 共 36 行

H
36
字号
// WinStunDlg.h : header file//#pragma once// CWinStunDlg dialogclass CWinStunDlg : public CDialog{// Constructionpublic:	CWinStunDlg(CWnd* pParent = NULL);	// standard constructor// Dialog Data	enum { IDD = IDD_WINSTUN_DIALOG };	protected:	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support// Implementationprotected:	HICON m_hIcon;	// Generated message map functions	virtual BOOL OnInitDialog();	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);	afx_msg void OnPaint();	afx_msg HCURSOR OnQueryDragIcon();	DECLARE_MESSAGE_MAP()public:	afx_msg void OnBnClickedTest();	// the name of the stun server to use 	CString mServerName;};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?