Sets the value of a NetWare server console parameter
#include <nwadv.h>
LONG SetSetableParameterValue (
LONG connectionNumber,
BYTE *setableParameterString,
void *newValue);
(IN) Specifies the connection number of the user who wants to modify server console parameters.
(IN) Points to a NULL-terminated ASCIIZ string representing the name of the server console parameter.
(IN) Points to the new value of the server console parameter.
Returns 0 if successful, or -1 if an invalid setable parameter string was specified.
A setable parameter is a NetWare OS parameter that can be set using the SET console command (see the Utilities Reference included with the NetWare 5 release).
The value returned in the newValue parameter depends upon the server console parameter passed into the setableParameterString parameter.