Writes the extended (huge) name space information for the specified name space
#include <nwnamspc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWWriteExtendedNSInfo (
NWCONN_HANDLE conn,
const NW_IDX N_FAR *idxStruct,
NW_NS_INFO N_FAR *NSInfo,
const nstr8 N_FAR *data);
uses calwin32
Function NWWriteExtendedNSInfo
(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 by NWNSGetMiscInfo.
(IN) Points to NW_NS_INFO returned by NWGetNSInfo.
(IN) Points to a buffer containing the data to be written to the name space.
These are common return values; see Return Values (Return Values for C) for more information.
dstNameSpace and dstDirBase in NW_IDX are used to determine what entry to use for the Write.
extendedBitMask in NW_NS_INFO is a read-only information field that should be preserved from NWReadExtendedNSInfo.