NWGetServerSourcesInfo(3nw)
NWGetServerSourcesInfo --
returns address information about servers known to a server with a given name
Synopsis
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetServerSourcesInfo
(NWCONN_HANDLE conn,
nuint32 startNum,
nuint32 serverType,
pnstr8 serverName,
NWFSE_SERVER_SRC_INFO N_FAR
fseServerSrcInfo);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- startNum
-
(IN) Specifies the value returned in numberOfEntries of fseServerSrcInfo; normally zero (0) on the first call.
- serverType
-
(IN) Specifies the server type to get information from, such as a file server (0x0400).
- serverName
-
(IN) Points to the server name to get information from.
- fseServerSetCmdsInfo
-
(OUT) Points to NWFSE_SERVER_SRC_INFO getting server sources information.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
Invalid Server Name or Server Type
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
Notices
To call NWGetServerSourcesInfo, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 123 55
-
Get Server Sources Information
References
NWGetServerInfo(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.