CloseFileCallBackStruct

Contains information about a close file operation.

Service:File System Monitoring
Defined In:fshooks.h

Structure

  typedef struct
  {
     int   slot;
     int   task;
     int   fileHandle;
  } CloseFileCallBackStruct;
  

Fields

slot

Contains the connection number of the entity requesting the operation.

task

Contains the task number of the entity requesting the operation.

fileHandle

Contains the NetWare file handle of the file.