Maps a volume number to a volume name
#include <nwfileng.h>
int FEMapVolumeNumberToName (
int volumeNumber,
BYTE *volumeName);
(IN) Specifies the volume number for which the volume name is desired.
(OUT) Points to the name of the volume.
Returns 0 if successful; otherwise, returns an error (see Return Values for C for more information).
The volume name is returned as a length-preceded ASCII string.
NOTE:This function works remotely only on NetWare 3.12 and above servers.
FEMapVolumeAndDirectoryToPath, NWGetVolumeName (Volume Management)