NWSetNetWareErrorMode(3nw)
NWSetNetWareErrorMode --
sets NetWare error handling mode for requesting workstation
Synopsis
#include <nwmisc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWSetNetWareErrorMode
(nuint8 errorMode,
pnuint8 prevMode);
Description
The parameters are as follows:
- errorMode
-
(IN) Specifies the error mode.
- prevMode
-
(OUT) Points to the previous error mode (optional).
Return values
- 0x0000
-
SUCCESSFUL
Notices
NWSetNetWareErrorMode fails when VLM.EXE is running.
errorMode can contain of the following three values (the
default value is 0):
- 0
-
User intervention is required for NetWare file I/O critical errors.
- 1
-
Specific error code is returned to the calling program from the NetWare
Shell for all NetWare file I/O errors.
- 2
-
DOS error code is returned to the calling program from the
NetWare Shell for all NetWare file I/O errors.
Services
Miscellaneous
NCP calls
None
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.