Returns specific NS information for the entry specified by the volNum, nameSpace and dirBase parameters
#include <nwnspace.h>
int NWGetNSInfo (
BYTE volNum,
BYTE srcNameSpace,
BYTE dstNameSpace,
LONG dirBase,
LONG nsInfoMask,
BYTE *nsSpecificInfo);
(IN)
Specifies the volume number for which information is to be returned.
(IN) Specifies the name space that corresponds with the dirBase being passed.
(IN) Specifies name space in which the information is to be returned.
(IN) Specifies the directory base (or number) for the entry for which information is being retrieved.
(IN) Specifies the bit map that indicates which types of information the user wants returned in the data parameter.
(OUT) Points to data that was asked for as indicated in the nsInfoMask.
ESuccess or NetWare errors
If the current name space is NFS, a value of 2 (for NFS) would be passed to the srcNameSpace parameter. However, if the returned information should be in the Macintosh name space format, a value of 1 would be passed to the dstNameSpace parameter.