FEMapVolumeAndDirectoryToPathForNS

Maps a volume number and directory number to a NetWare style path

Local Servers:blocking
Remote Servers:N/A
NetWare Server:4.x, 5.x, 6.x
Platform:NLM
Service:File Engine

Syntax

   #include <nwfileng.h>  
    
   int FEMapVolumeAndDirectoryToPathForNS  (  
      int     volumeNumber,   
      LONG    directoryNumber,   
      LONG    nameSpace,  
      BYTE   *pathString,   
      LONG   *pathCount); 
   

Parameters

volumeNumber

(IN) Specifies the volume number of the desired path.

directoryNumber

(IN) Specifies the directory number of the desired path.

nameSpace

(IN) Specifies the nsame space directoryNumber is in (see Section 20.5, Name Space Flag Values).

pathString

(OUT) Points to the NetWare-style path string.

pathCount

(OUT) Points to the path count of the returned path string.

Return Values

This function returns a value of 0 if successful. Otherwise, it returns a NetWare error code. See Return Values for C for more information.

Remarks

The FEMapVolumeAndDirectoryToPathForNS function is useful if you are using FS Hooks.

See Also

FEMapHandleToVolumeAndDirectory, FEMapPathVolumeDirToVolumeDir, FEMapVolumeNumberToName