www.pudn.com > EthernetSpy.zip > EthernetSpyFiltersDlg.h
// EthernetSpyFiltersDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEthernetSpyFiltersDlg dialog
class CEthernetSpyFiltersDlg : public CDialog
{
// Construction
public:
CEthernetSpyFiltersDlg(ULONG* _Filter, CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEthernetSpyFiltersDlg)
enum { IDD = IDD_FILTERS_DLG };
BOOL m_AllMulticast;
BOOL m_Broadcast;
BOOL m_Directed;
BOOL m_Promiscuous;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEthernetSpyFiltersDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEthernetSpyFiltersDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
ULONG* Filter;
};