NWFSE_NETWORK_ROUTER_INFO

Returns information about a specified router on the network. Used by NWGetNetworkRouterInfo.

Service:Server Environment
Defined In:nwfse.h

Structure

  typedef struct { 
     SERVER_AND_VCONSOLE_INFO   serverTimeAndVConsoleInfo ; 
     nuint16                    reserved ; 
     nuint32                    NetIDNumber ; 
     nuint16                    HopsToNet ; 
     nuint16                    NetStatus ; 
     nuint16                    TimeToNet ; 
  } NWFSE_NETWORK_ROUTER_INFO; 
  

Delphi Structure

  uses calwin32 
   
    NWFSE_NETWORK_ROUTER_INFO = packed Record 
      serverTimeAndVConsoleInfo : SERVER_AND_VCONSOLE_INFO;  
      reserved : nuint16;
      padding  : nuint16;  
      NetIDNumber : nuint32;  
      HopsToNet : nuint16;  
      NetStatus : nuint16;  
      TimeToNet : nuint16; 
    End; 
  

Fields

serverTimeAndVConsoleInfo
Specifies the SERVER_AND_VCONSOLE_INFO structure containing the time since the server was brought up. This time is returned in ticks (approximately 1/8 of a second). When this parameter reaches 0xFFFFFFFF, it wraps to zero.
reserved
Is reserved (pass zero).
NetIDNumber
Specifies the network ID number 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).

Remarks

The NetStatus field can have the following values: