Converts a directory number in one name space to the comparable directory number in another name space
#include <nwfileng.h>
int FEConvertDirectoryNumber (
int sourceNameSpace,
LONG volumeNumber,
LONG sourceDirectoryNumber,
int destinationNameSpace,
LONG *destinationDirectoryNumberP);
(IN) Specifies the name space of the directory number to be converted (see Section 20.5, Name Space Flag Values).
(IN) Specifies the volume number of the directory number to be converted.
(IN) Specifies the directory number that is to be converted.
(IN) Specifies the name space to which the directory number is to be converted (see Section 20.5, Name Space Flag Values).
(OUT) Points to the converted directory number which corresponds to the destination name space.
This function returns a value of 0 if successful. Otherwise, it returns a nonzero value. See Return Values for Cfor more information.
A single directory entry has a different directory number for each name space that is supported on a volume. This function converts a directory number in one name space to the comparable directory number in another name space.