Returns the NW_NS_INFO structure to be used in getting and setting name space information
#include <nwnspace.h>
int NWQueryNSInfoFormat (
BYTE nameSpace,
BYTE volNum,
NW_NS_INFO *nsInfo);
(IN) Specifies the name space to return information for (see Section 20.5, Name Space Flag Values).
(IN) Specifies the volume number to return information for.
(OUT) Points to an NW_NS_INFO structure.
ESuccess or NetWare errors
The nsInfo parameter points to an NW_NS_INFO structure. This structure is defined in nwnspace.h as follows:
typedef struct
{
LONG nsInfoBitMask;
LONG fixedBitMask;
LONG reservedBitMask;
LONG extendedBitMask;
WORD fixedBitsDefined;
WORD reservedBitsDefined;
WORD extendedBitsDefined;
LONG fieldsLenTable[32];
BYTE hugeStateInfo[16];
LONG hugeDataLength;
} NW_NS_INFO;