Returns name space entry information for the specified entry, using UTF-8 strings
#include <nwnamspc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNSEntryInfoExt (
NWCONN_HANDLE conn,
NWDIR_HANDLE dirHandle,
const nstr8 N_FAR *path,
nuint8 srcNamSpc,
nuint8 dstNamSpc,
nuint16 searchAttrs,
nuint32 retInfoMask,
NW_ENTRY_INFO_EXT N_FAR *entryInfo);
(IN) Specifies the NetWare server connection handle.
(IN) Specifies the directory handle associated with the desired name space (optional).
(IN) Points to the valid DOS path (pointing to a directory or file). The characters in the string must be UTF-8.
(IN) Specifies the name space of dirHandle/path (see Section 20.5, Name Space Flag Values).
(IN) Specifies the name space for the return information (see Section 20.5, Name Space Flag Values).
(IN) Specifies the search attributes to use (see Section 20.8, Search Attributes Values).
(IN) Specifies the information to return (see Section 20.6, Basic Return Mask Values).
(OUT) Points to NW_ENTRY_INFO_EXT. Only fields related to retInfoMask are valid.
These are common return values; see Return Values (Return Values for C) for more information.
dirHandle can be zero if path contains the complete path, including the volume name. dirHandle and/or path contains the entry name according to srcNamSpc. This information is returned for dstNamSpc.
To request information from a server, a client sets the appropriate bit or bits of retInfoMask and sends a request packet to the server.