NWSMExecuteNCFFile(3nw)
NWSMExecuteNCFFile --
executes selected NCF file on server
Synopsis
#include <nwsm.h>
N_EXTERN_LIBRARY NWCCODE NWSMExecuteNCFFile
(NWCONN_HANDLE connHandle,
pnstr8 NCFFileName);
Description
The parameters are as follows:
- connHandle
-
(IN) Specifies the server connection handle which is being managed.
- NCFFileName
-
(IN) Points to the name of the file to execute. It must be NULL
terminated.
Return values
- 0x0000
-
SUCCESS
- 0x8801
-
INVALID_CONNECTION
- 0x899#
-
INVALID_FILENAME
- 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
NWSMExecuteNCFFile.
fileName may include a volume and path in the following format:
{VOLUME NAME:}{PATH\...|file name}
Services
Server Management
NCP calls
0x2222
|
131
|
7
|
Execute NCF File
|
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.