NWGetServerSetCommandsInfo(3nw)


NWGetServerSetCommandsInfo -- returns SET console command configuration parameter commands for the server

Synopsis

   #include <nwfse.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWGetServerSetCommandsInfo (NWCONN_HANDLE conn, nuint32 startNum, NWFSE_SERVER_SET_CMDS_INFO N_FAR * fseServerSetCmdsInfo);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

startNum
(IN) Specifies the value returned in nextSequenceNumber of fseServerSetCmdsInfo; normally zero (0) on the first call.

fseServerSetCmdsInfo
(OUT) Points to NWFSE_SERVER_SET_CMDS_INFO getting server set commands information.

Return values

0x0000
SUCCESSFUL

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x89FF
Failure of Invalid Start Number

Notices

To call NWGetServerSetCommandsInfo, you must have console operator rights.

Services

File Server Environment

NCP calls

0x2222 123 60
Get Server Set Commands Information

References

NWGetServerSetCategories(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.