NWGetNetworkRouterInfo
Returns information about network routing (other networks known to NetWare server).
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNetworkRouterInfo (
NWCONN_HANDLE conn,
nuint32 networkNum,
NWFSE_NETWORK_ROUTER_INFO N_FAR *fseNetworkRouterInfo);
uses calwin32
Function NWGetNetworkRouterInfo
(conn : NWCONN_HANDLE;
networkNum : nuint32;
Var fseNetworkRouterInfo : NWFSE_NETWORK_ROUTER_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetNetworkRouterInfo, you must have console operator rights.