GenericSalvageDeletedCBStruct

Contains information about a generic salvage deleted operation.

Service:File System Monitoring
Defined In:fshooks.h

Structure

  typedef struct
  {
     int     slot;
     int     nameSpace;
     int     sequence;
     int     volume;
     int     dirBase;
     char   *newName;
  } GenericSalvageDeletedCBStruct;
  

Fields

slot

Contains the connection number of the entity requesting the operation.

nameSpace

Contains the name space of the file or directory:

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

Contains the NetWare-internal number that was generated while scanning for deleted files.

volume

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

dirBase

Contains the directory base (directory number) of the file or directory.

newName

Contains the new name of the file or directory.