Reads the extended (huge) name space information for the specified name space
#include <nwnamspc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWReadExtendedNSInfo (
NWCONN_HANDLE conn,
const NW_IDX N_FAR *idxStruct,
NW_NS_INFO N_FAR *NSInfo,
pnuint8 data);
uses calwin32
Function NWReadExtendedNSInfo
(conn : NWCONN_HANDLE;
Var idxStruct : NW_IDX;
Var NSInfo : NW_NS_INFO;
data : pnuint8
) : NWCCODE;
(IN) Specifies the NetWare server connection handle.
(IN) Points to NW_IDX returned from NWNSGetMiscInfo.
(IN) Points to NW_NS_INFO returned from NWGetNSInfo.
(OUT) Points to a buffer containing the data from the name space.
These are common return values; see Return Values (Return Values for C) for more information.
If extendedBitMask is set in NW_NS_INFO, NWReadExtendedNSInfo should be used to read the extended information. extendedBitMask contains a Read-only information field that should be preserved. The application must not manipulate extendedBitMask ; it must not be zero.
dstNameSpace and dstDirBase of NW_IDX are used to determine the target name space of NWReadExtendedNSInfo.