NWGetServerSetCategories
Returns SET console command configuration parameter categories for the server.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetServerSetCategories (
NWCONN_HANDLE conn,
nuint32 startNum,
NWFSE_SERVER_SET_CATEGORIES N_FAR *fseServerSetCategories);
uses calwin32
Function NWGetServerSetCategories
(conn : NWCONN_HANDLE;
startNum : nuint32;
Var fseServerSetCategories : NWFSE_SERVER_SET_CATEGORIES
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetServerSetCategories, you must have console operator rights.