SERVERS_SRC_INFO

Service:Server Environment
Defined In:nwfse.h

Structure

  typedef struct 
  { 
     nuint8    serverNode [6]; 
     nuint32   connectedLAN ; 
     nuint16   sourceHops ; 
  } SERVERS_SRC_INFO; 
  

Delphi Structure

  uses calwin32 
   
    SERVERS_SRC_INFO = packed Record 
      serverNode : Array[0.. 6 -1] Of nuint8; 
      connectedLAN : nuint32;  
      sourceHops : nuint16; 
    End; 
  

Fields

serverNode
Specifies the node address of the server.
connectedLAN
Specifies the LAN board number of the server.
sourceHops
Specifies the number of hops to the server.