NWGetNetworkRouterInfo

Returns information about network routing (other networks known to NetWare server).

Local Servers:blocking
Remote Servers:blocking
NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Server Environment

Syntax

  #include <nwfse.h> 
  or 
  #include <nwcalls.h> 
   
  NWCCODE N_API  NWGetNetworkRouterInfo  ( 
     NWCONN_HANDLE                       conn,  
     nuint32                             networkNum,  
     NWFSE_NETWORK_ROUTER_INFO  N_FAR   *fseNetworkRouterInfo);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetNetworkRouterInfo 
    (conn : NWCONN_HANDLE; 
     networkNum : nuint32; 
     Var fseNetworkRouterInfo : NWFSE_NETWORK_ROUTER_INFO 
  ) : NWCCODE;
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.
networkNum
(IN) Specifies the number of the network for which to return information.
fseNetworkRouterInfo
(OUT) Points to NWFSE_NETWORK_ROUTER_INFO returning network router information.

Return Values

These are common return values; see Return Values (Return Values for C) for more information.

0x0000

SUCCESSFUL

0x8801

INVALID_CONNECTION

0x890A

NLM_INVALID_CONNECTION

Remarks

To call NWGetNetworkRouterInfo, you must have console operator rights.

NCP Calls

See Also

NWGetKnownNetworksInfo, NWGetNetworkRoutersInfo