NWDeallocateDirectoryHandle(3nw)
NWDeallocateDirectoryHandle --
deallocates a directory handle allocated by NWAllocTemporaryDirectoryHandle
Synopsis
#include <nwdirect.h>
or
#include <nwcalls.h>
NWCCODE N_API NWDeallocateDirectoryHandle
(NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- dirHandle
-
(IN) Specifies the directory handle to be deallocated.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x899B
-
BAD_DIRECTORY_HANDLE
Notices
When a workstation terminates or logs out, all directory handles for the workstation are deleted.
Services
File Systems
NCP calls
0x2222 22 20 Deallocate Directory Handle
References
NWAllocTempNSDirHandle(3nw),
NWAllocPermanentDirectoryHandle(3nw),
NWAllocTemporaryDirectoryHandle(3nw),
NWGetDirectoryHandlePath(3nw),
NWAllocTempNSDirHandle2(3nw),
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.