NWGetServerSetCategories(3nw)


NWGetServerSetCategories -- returns SET console command configuration parameter categories for the server

Synopsis

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

NWCCODE N_API NWGetServerSetCategories (NWCONN_HANDLE conn, nuint32 startNum, NWFSE_SERVER_SET_CATEGORIES N_FAR * fseServerSetCategories);

Description

The parameters are as follows:

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

0x0000
SUCCESSFUL

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x89F5
Invalid Star Number

Notices

To call NWGetServerSetCategories, you must have console operator rights.

Services

File Server Environment

NCP calls

0x2222 123 61
Get Server Set Categories

References

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