NWGetServerSetCommandsInfo

Returns SET console command configuration parameter commands for the server.

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  NWGetServerSetCommandsInfo  ( 
     NWCONN_HANDLE                        conn,  
     nuint32                              startNum,  
     NWFSE_SERVER_SET_CMDS_INFO  N_FAR   *fseServerSetCmdsInfo);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetServerSetCommandsInfo 
    (conn : NWCONN_HANDLE; 
     startNum : nuint32; 
     Var fseServerSetCmdsInfo : NWFSE_SERVER_SET_CMDS_INFO 
  ) : NWCCODE;
  

Parameters

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

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

0x0000

SUCCESSFUL

0x897E

NCP_BOUNDARY_CHECK_FAILED

0x89FF

Failure of Invalid Start Number

Remarks

To call NWGetServerSetCommandsInfo, you must have console operator rights.

NCP Calls

See Also

NWGetServerSetCategories, NWSMSetDynamicCmdIntValue, NWSMSetDynamicCmdStrValue