Assigns a temporary directory handle in the specified name space
#include <nwnamspc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWAllocTempNSDirHandle2 (
NWCONN_HANDLE conn,
nuint8 dirHandle,
const nstr8 N_FAR *path,
nuint8 nameSpc,
pnuint8 newDirHandle,
nuint8 newNameSpace);
uses calwin32
Function NWAllocTempNSDirHandle2
(conn : NWCONN_HANDLE;
dirHandle : nuint8;
const path : pnstr8;
namSpc : nuint8;
newDirHandle : pnuint8;
newNameSpace : nuint8
) : NWCCODE;
(IN) Specifies the NetWare server connection handle through which to attach.
(IN) Specifies the directory handle associated with the desired directory path.
(IN) Points to an absolute path, (or relative if dirHandle is non-zero), with which dirHandle is to be associated.
(IN) Specifies the name space of the dirHandle/path combination (see Section 20.5, Name Space Flag Values).
(OUT) Points to the new directory handle.
(IN) Specifies the name space to be used for the new directory handle (see Section 20.5, Name Space Flag Values).
These are common return values; see Return Values (Return Values for C) for more information.