Assigns a temporary directory handle in the specified name space, using UTF-8 strings
#include <nwnamspc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWAllocTempNSDirHandle2Ext (
NWCONN_HANDLE conn,
nuint8 dirHandle,
const nstr8 N_FAR *path,
nuint8 nameSpc,
pnuint8 newDirHandle,
nuint8 newNameSpace);
(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. The characters in the string must be UTF-8.
(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.