Sets specific NS information for a directory entry specified by volNum, nameSpace, and dirBase
#include <nwnspace.h>
int NWSetNSInfo (
BYTE volNum,
BYTE srcNameSpace,
BYTE dstNameSpace,
LONG dirBase,
LONG nsInfoMask,
LONG nsSpecificInfoLen,
BYTE *nsSpecificInfo);
(IN) Specifies the volume number for which information is being set.
(IN) Specifies the name space that corresponds with the dirBase being passed (see Section 20.5, Name Space Flag Values). The name space currently being worked with is the default.
(IN) Specifies the name space to which information is being set (see Section 20.5, Name Space Flag Values).
(IN) Specifies the directory base (or number) for the entry on which information is being set.
(IN) Specifies the bit map that indicates which types of information the user is setting in the data parameter.
(IN) Specifies the length of the data being set.
(IN) Points to that is being set 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 as srcNameSpace. If, however, the returned information should be in another format, for example LONG, a value of 4 would be passed as the dstNameSpace.