Returns the NW_NS_INFO structure to be used in reading and writing information to the name space
#include <nwnamspc.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetNSInfo (
NWCONN_HANDLE conn,
const NW_IDX N_FAR *idxStruct,
NW_NS_INFO N_FAR *NSInfo);
uses calwin32
Function NWGetNSInfo
(conn : NWCONN_HANDLE;
const idxStruct : pNW_IDX;
Var NSInfo : NW_NS_INFO
) : NWCCODE;
(IN) Specifies the NetWare server connection handle.
(IN) Points to the NW_IDX structure.
(OUT) Points to the NW_NS_INFO structure.
These are common return values; see Return Values (Return Values for C) for more information.
NW_IDX is returned by NWNSGetMiscInfo or NWGetDirectoryBase. The dstNameSpace parameter in each function obtains the Name Space information.
NSInfo is returned for the destination name space in idxStruct.