Deallocates a directory handle allocated by NWAllocTemporaryDirectoryHandle or NWAllocPermanentDirectoryHandle
#include <nwdirect.h>
or
#include <nwcalls.h>
N_EXTERN_LIBRARY( NWCCODE )NWDeallocateDirectoryHandle (
NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle);
uses calwin32
Function NWDeallocateDirectoryHandle
(conn : NWCONN_HANDLE;
dirHandle : NWDIR_HANDLE
) : NWCCODE;
(IN) Specifies the NetWare server connection handle.
(IN) Specifies the directory handle to be deallocated.
These are common return values; see Return Values (Return Values for C) for more information.
When a workstation terminates or logs out, all directory handles for the workstation are deleted.