EventCloseFileInfo

Returns when a file is closed

Service:Advanced
Defined In:nwadv.h

Structure

  struct EventCloseFileInfo { 
     LONG   fileHandle; 
     LONG   station; 
     LONG   task; 
     LONG   fileHandleFlags; 
     LONG   completionCode; 
  };
  

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. See fileHandleFlags in nwadv.h for a list of the flags.

completionCode

Specifies the outcome of the close file operation.