NWGetKnownNetworksInfo

Returns information about networks for which the server has received Routing Information Packets (RIPs).

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  NWGetKnownNetworksInfo 
    (NWCONN_HANDLE                       conn,  
     nuint32                             startNum,  
     NWFSE_KNOWN_NETWORKS_INFO  N_FAR   *fseKnownNetworksInfo);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetKnownNetworksInfo 
    (conn : NWCONN_HANDLE; 
     startNum : nuint32; 
     Var fseKnownNetworksInfo : NWFSE_KNOWN_NETWORKS_INFO 
  ) : NWCCODE; 
  

Parameters

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

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

0x0000

SUCCESSFUL

0x8801

INVALID_CONNECTION

0x890A

NLM_INVALID_CONNECTION

0x897E

NCP_BOUNDARY_CHECK_FAILED

Remarks

To call NWGetKnownNetworksInfo, you must have console operator rights.

NCP Calls

See Also

NWGetNetworkRouterInfo, NWGetNetworkRoutersInfo