ethernetspyaboutdlg.h

来自「网卡驱动相关实例 这是和网卡NT KMD驱动程序有关的一些资料和例子。主要是」· C头文件 代码 · 共 40 行

H
40
字号
// EthernetSpyAboutDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CEthernetSpyAboutDlg dialog

class CEthernetSpyAboutDlg : public CDialog
{
// Construction
public:
	CEthernetSpyAboutDlg(EthernetSpyReader* p, CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CEthernetSpyAboutDlg)
	enum { IDD = IDD_ABOUTBOX };
	CString	m_HwAddr;
	CString	m_IPAddr;
	CString	m_NetCard;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CEthernetSpyAboutDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEthernetSpyAboutDlg)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	EthernetSpyReader* SpyReader;};

⌨️ 快捷键说明

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