NWSMSetDynamicCmdStrValue(3nw)
NWSMSetDynamicCmdStrValue --
changes values of set command on server
Synopsis
#include <nwsm.h>
N_EXTERN_LIBRARY NWCCODE NWSMSetDynamicCmdStrValue
(NWCONN_HANDLE connHandle,
pnstr8 setCommandName,
pnstr8 cmdValue);
Description
The parameters are as follows:
- connHandle
-
(IN) Specifies the server connection handle which is being managed.
- setCommandName
-
(IN) Points to the parameter command name. It must be NULL
terminated.
- cmdValue
-
(IN) Points to the new value for the set command parameter. It must be
NULL terminated.
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
NWSMSetDynamicCmdStrValue.
Services
Server Management
NCP calls
0x2222
|
131
|
6
|
Set Command Value
|
References
NWSMSetDynamicCmdIntValue(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.