GenericEraseFileCBStruct

Contains information about a generic erase file operation.

Service:File System Monitoring
Defined In:fshooks.h

Structure

  typedef struct
  {
     int             slot;
     int             task;
     int             volume;
     int             pathComponentCount;
     int             dirBase;
     char           *pathString;
     int             nameSpace;
     unsigned long   searchAttributes;
  } GenericEraseFileCBStruct;
  

Fields

slot

Contains the connection number of the entity requesting the operation.

task

Contains the task number of the entity requesting the operation.

volume

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

pathComponentCount

Contains the number of components in the path.

dirBase

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

pathString

Contains the NetWare-internal path string of the file or directory.

nameSpace

Contains the name space of the file or directory:

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

Contains a bit mask of the file attributes that are affected by this operation. That is, entries that have file attributes matching this bit mask are affected. For a list of possible values, see Section 30.8.8, Search Attributes for Traditional Volumes.