NWGetKnownNetworksInfo(3nw)
NWGetKnownNetworksInfo --
returns information about networks for which the server has received Routing Information Packets (RIPs)
Synopsis
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetKnownNetworksInfo
(NWCONN_HANDLE conn,
nuint32 startNum,
NWFSE_KNOWN_NETWORKS_INFO N_FAR
fseKnownNetworksInfo);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- startNum
-
(IN) Specifies the starting network with which to begin the search (Commonly 0 to begin the search, on subsequent calls it should be the total number of networks returned up to
the call.)
- fseKnownNetworksInfo
-
(OUT) Points to NWFSE_KNOWN_NETWORKS_INFO returning information about known networks.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
Notices
To call NWGetKnownNetworksInfo, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 123 53
-
Get Known Networks Information
References
NWGetNetworkRouterInfo(3nw),
NWGetNetworkRoutersInfo(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.