NWSMSetDynamicCmdIntValue(3nw)


NWSMSetDynamicCmdIntValue -- changes value of set command on server

Synopsis

   #include <nwsm.h> 
   

N_EXTERN_LIBRARY NWCCODE NWSMSetDynamicCmdIntValue (NWCONN_HANDLE connHandle, pnstr8 setCommandName, nuint32 cmdValue);

Description

The parameters are as follows:

connHandle
(IN) Specifies the server connection handle which is being managed.

setCommandName
(IN) Points to the set parameter name. It must be NULL terminated.

cmdValue
(IN) Specifies the new value for the set command parameter.

Return values

0x0000
SUCCESS

0x8801
INVALID_CONNECTION

0x89FB
ERR_NCP_NOT_SUPPORTED

Notices

You must be logged into connHandle, be permanently authenticated, and have console operator rights at the minimum to call NWSMSetDynamicCmdIntValue.

Services

Server Management

NCP calls

0x2222 131 6 Set Command Value

 
 0x2222   131   6   Set Command Value 

References

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