Allows the user to set the originating name space of a directory entry
#include <nwfileng.h>
LONG FESetOriginatingNameSpace (
LONG volumeNumber,
LONG directoryNumber,
LONG dirNumNameSpace,
LONG newNameSpace);
(IN) Specifies the number of the volume on which the directory entry is located.
(IN) Specifies the directory number of the entry to be changed.
(IN) Specifies the name space number corresponding with directoryNumber (see Section 20.5, Name Space Flag Values).
(IN) Specifies the name space to be the new originating name space on the directory entry (see Section 20.5, Name Space Flag Values).
FESetOriginatingNameSpace returns errors on 3.x because there is no OS support.
directoryNumber can be an entry number for any loaded name space.
dirNumNameSpace specifies in which name space the directoryNumber is located.