NWRestoreDirectoryHandle(3nw)
NWRestoreDirectoryHandle --
restores directory handle from saved state
Synopsis
#include <nwdirect.h>
or
#include <nwcalls.h>
NWCCODE N_API NWRestoreDirectoryHandle
(NWCONN_HANDLE conn,
pnstr8 saveBuffer,
NWDIR_HANDLE N_FAR
newDirHandle,
pnuint8 rightsMask);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- saveBuffer
-
(IN) Points to a 14-byte buffer in which NWSaveDirectoryHandle
saved the directory handle information.
- newDirHandle
-
(OUT) Points to the directory handle to be restored.
- rightsMask
-
(OUT) Points to the rights mask for the directory to which the restored
handle points.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x899B
-
BAD_DIRECTORY_HANDLE
Services
File Systems
NCP calls
0x2222
|
22
|
24
|
Restore An Extracted Base Handle
|
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.