EventCloseFileInfo_t

Contains information about an EVENT_CLOSE_FILE event.

Service:NetWare Platform

Structure

  #include <event.h>
  
  typedef struct 
  {
     uint32_t   fileHandle; 
     int        station; 
     int        task; 
     uint32_t   fileHandleFlags; 
     int        completionCode; 
  } EventCloseFileInfo_t;
  

Fields

fileHandle

Specifies the handle of the file that was closed.

station

Specifies the connection number that closed the file.

task

Specifies the task number of the connection that closed the file.

fileHandleFlags

Specifies the attributes of the file handle.

Flag

Value

ECNotReadableBit

0x00000001

ECNotWriteableBit

0x00000002

ECWrittenBit

0x00000004

ECDetachedBit

0x00000008

ECDirectFileSystemBit

0x00000020

ECFileWriteThroughBit

0x00000040

completionCode

Specifies the outcome of the close file operation.