Gets the volume and directory numbers being used by a file handle
#include <nwfileng.h>
int FEMapHandleToVolumeAndDirectory (
int handle,
int *volumeNumberP,
LONG *directoryNumberP);
(IN) Specifies the file handle to be used to get the volume and directory numbers.
(OUT) Points to the volume number used by the file handle.
(OUT) Points to the directory number used by the file handle.
This function returns a value of 0 if successful. Otherwise, it returns a NetWare error code. See Return Values for C for more information.
FEMapHandleToVolumeAndDirectory returns the volume and directory numbers used by the file handle.