ethernetspyoptionsdlg.h
来自「网卡驱动相关实例 这是和网卡NT KMD驱动程序有关的一些资料和例子。主要是」· C头文件 代码 · 共 43 行
H
43 行
// EthernetSpyOptionsDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEthernetSpyOptionsDlg dialog
class CEthernetSpyOptionsDlg : public CDialog
{
// Construction
public:
CEthernetSpyOptionsDlg(EthernetSpyReader* _SpyReader, CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEthernetSpyOptionsDlg)
enum { IDD = IDD_OPTIONS };
UINT m_Buff1;
UINT m_Buff2;
UINT m_Bytes;
UINT m_Timer;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEthernetSpyOptionsDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEthernetSpyOptionsDlg)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
EthernetSpyReader* SpyReader;};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?