NWGetNetworkRoutersInfo
Returns information about the routers on a network.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNetworkRoutersInfo (
NWCONN_HANDLE conn,
nuint32 networkNum,
nuint32 startNum,
NWFSE_NETWORK_ROUTERS_INFO N_FAR *fseNetworkRoutersInfo);
uses calwin32
Function NWGetNetworkRoutersInfo
(conn : NWCONN_HANDLE;
networkNum : nuint32;
startNum : nuint32;
Var fseNetworkRoutersInfo : NWFSE_NETWORK_ROUTERS_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetNetworkRoutersInfo, you must have console operator rights.