Maps a volume number and directory number to a NetWare style path
#include <nwfileng.h>
int FEMapVolumeAndDirectoryToPathForNS (
int volumeNumber,
LONG directoryNumber,
LONG nameSpace,
BYTE *pathString,
LONG *pathCount);
(IN) Specifies the volume number of the desired path.
(IN) Specifies the directory number of the desired path.
(IN) Specifies the nsame space directoryNumber is in (see Section 20.5, Name Space Flag Values).
(OUT) Points to the NetWare-style path string.
(OUT) Points to the path count of the returned path string.
This function returns a value of 0 if successful. Otherwise, it returns a NetWare error code. See Return Values for C for more information.
The FEMapVolumeAndDirectoryToPathForNS function is useful if you are using FS Hooks.