CloseFileCallBackStruct

Contains information about a close file operation

Service:File System Monitoring
Defined In:nwfshook.h

Structure

   typedef struct {  
      LONG   connection ;  
      LONG   task ;  
      LONG   fileHandle ;  
   } CloseFileCallBackStruct;
   

Fields

connection

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.