NWGetServerSetCategories

Returns SET console command configuration parameter categories 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  NWGetServerSetCategories  ( 
     NWCONN_HANDLE                         conn,  
     nuint32                               startNum,  
     NWFSE_SERVER_SET_CATEGORIES  N_FAR   *fseServerSetCategories);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetServerSetCategories 
    (conn : NWCONN_HANDLE; 
     startNum : nuint32; 
     Var fseServerSetCategories : NWFSE_SERVER_SET_CATEGORIES 
  ) : NWCCODE;
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.
startNum
(IN) Specifies the value returned in nextSequenceNumber of fseServerSetCategories; normally zero (0) on the first call.
fseServerSetCategories
(OUT) Points to NWFSE_SERVER_SET_CATEGORIES getting server set categories.

Return Values

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

0x0000

SUCCESSFUL

0x897E

NCP_BOUNDARY_CHECK_FAILED

0x89F5

Invalid Star Number

Remarks

To call NWGetServerSetCategories, you must have console operator rights.

NCP Calls

See Also

NWGetServerSetCommandsInfo, NWSMSetDynamicCmdIntValue, NWSMSetDynamicCmdStrValue