SalvageDeletedCallBackStruct

Contains information about a salvage deleted operation

Service:File System Monitoring
Defined In:nwfshook.h

Structure

   typedef struct {  
      LONG   connection ;  
      LONG   volume ;  
      LONG   dirBase ;  
      LONG   toBeSalvagedDirBase ;  
      LONG   nameSpace ;  
      BYTE  *newName ;  
   } SalvageDeletedCallBackStruct;
   

Fields

connection

Contains the connection number of the entity requesting the operation.

volume

Contains the number of the volume that the directory entry is on.

dirBase

Contains the directory base (number) in which the entry is to be recovered to.

toBeSalvagedDirBase

Contains the directory base (number) that was generated while scanning for deleted files. This number is not the directory base that the file would be salvaged to (see dirBase, above).

nameSpace

Contains the name space of the file or directory:

  • 0 DOS
  • 1 MACINTOSH
  • 2 NFS
  • 3 FTAM
  • 4 LONG
  • 5 NT
newName

Contains the name that the entry is to have after it is salvaged.