NWFSE_GENERAL_ROUTER_SAP_INFO

Returns router and SAP information. Used by NWGetGeneralRouterAndSAPInfo.

Service:Server Environment
Defined In:nwfse.h

Structure

  typedef struct 
  { 
     SERVER_AND_VCONSOLE_INFO   serverTimeAndVConsoleInfo 
     nuint16                    reserved ; 
     nuint32                    internalRIPSocket ; 
     nuint32                    internalRouterDownFlag ; 
     nuint32                    trackOnFlag ; 
     nuint32                    externalRouterActiveFlag ; 
     nuint32                    internalSAPSocketNumber ; 
     nuint32                    replyToNearestServerFlag ; 
  } NWFSE_GENERAL_ROUTER_SAP_INFO;
  

Delphi Structure

  uses calwin32 
   
    NWFSE_GENERAL_ROUTER_SAP_INFO = packed Record 
      serverTimeAndVConsoleInfo : SERVER_AND_VCONSOLE_INFO;  
      reserved : nuint16;
      padding  : nuint16;  
      internalRIPSocket : nuint32;  
      internalRouterDownFlag : nuint32;  
      trackOnFlag : nuint32;  
      externalRouterActiveFlag : nuint32;  
      internalSAPSocketNumber : nuint32;  
      replyToNearestServerFlag : nuint32; 
    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
Reserved for future use.
internalRIPSocket
Specifies the router socket number.
internalRouterDownFlag
Specifies whether the internal router is up or down.
trackOnFlag
Specifies whether router tracking is active (the console operator issued the TRACK ON console command).
externalRouterActiveFlag
Specifies whether an external router is active.
internalSAPSocketNumber
Specifies the number of the socket that receives SAP packets.
replyToNearestServerFlag
Specifies whether the server will respond to GetNearestServer.