NWGetNetworkRouterInfo(3nw)
NWGetNetworkRouterInfo --
returns information about network routing (other networks known to NetWare server)
Synopsis
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNetworkRouterInfo
(NWCONN_HANDLE conn,
nuint32 networkNum,
NWFSE_NETWORK_ROUTER_INFO N_FAR
fseNetworkRouterInfo);
Description
The parameters are as follows:
- 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
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
Notices
To call NWGetNetworkRouterInfo, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 123 51
-
Get Network Router Information
References
NWGetKnownNetworksInfo(3nw),
NWGetNetworkRoutersInfo(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.