KNOWN_NET_INFO

Returns information about known networks.

Service:Server Environment
Defined In:nwfse.h

Structure

  typedef struct 
  { 
     nuint32   netIDNumber ; 
     nuint16   hopsToNet ; 
     nuint16   netStatus ; 
     nuint16   timeToNet ; 
  } KNOWN_NET_INFO;
  

Delphi Structure

  uses calwin32 
   
  KNOWN_NET_INFO = packed Record 
      netIDNumber : nuint32;  
      hopsToNet : nuint16;  
      netStatus : nuint16;  
      timeToNet : nuint16; 
    End;
  

Fields

netIDNumber
Specifies the network ID number that is used by the server.
hopsToNet
Specifies the number of routers to cross to get to the network.
netStatus
Specifies the status of the network.
timeToNet
Specifies the number of clock ticks to the network (roundtrip).