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

  1. struct CInetThreadParms
  2. {
  3.     HWND    m_hwndNotifyInetDone;
  4.     LPVOID  m_mythread;
  5.     HANDLE  m_hEventStartInet;
  6.     HANDLE  m_hEventInetDone;
  7.     HANDLE  m_hEventKillInet;
  8.     HANDLE  m_hEventInetDead;
  9.     BOOL ipstats;
  10.     BOOL ifstats;
  11.     BOOL icmpstats;
  12.     BOOL tcpstats;
  13.     BOOL udpstats;
  14.     BOOL connections;
  15.     BOOL routtable;
  16.     BOOL allopts;
  17.     BOOL resolveaddrs;
  18. }; 
  19.  
  20.  
  21.