home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / NETTOOLS.ZIP / NetstatDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-12-22  |  940 b   |  46 lines

  1. // NetstatDlg.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CNetstatDlg dialog
  6.  
  7. class CNetstatDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CInetThreadParms *m_lpInetParms;
  12.     CNetstatDlg(CWnd* pParent = NULL);   // standard constructor
  13.  
  14. // Dialog Data
  15.     //{{AFX_DATA(CNetstatDlg)
  16.     enum { IDD = IDD_NETSTAT_DIALOG };
  17.     BOOL    m_connections;
  18.     BOOL    m_icmpstats;
  19.     BOOL    m_ifstats;
  20.     BOOL    m_ipstats;
  21.     BOOL    m_routes;
  22.     BOOL    m_tcpstats;
  23.     BOOL    m_udpstats;
  24.     BOOL    m_all;
  25.     BOOL    m_resolve;
  26.     //}}AFX_DATA
  27.  
  28.  
  29. // Overrides
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(CNetstatDlg)
  32.     protected:
  33.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. protected:
  38.  
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CNetstatDlg)
  41.     virtual void OnOK();
  42.     //}}AFX_MSG
  43.     DECLARE_MESSAGE_MAP()
  44.  
  45. };
  46.