Returns when a file is closed
struct EventCloseFileInfo {
LONG fileHandle;
LONG station;
LONG task;
LONG fileHandleFlags;
LONG completionCode;
};
Specifies the handle of the file that was closed.
Specifies the connection number that closed the file.
Specifies the task number of the connection that closed the file.
Specifies the attributes of the file handle. See fileHandleFlags in nwadv.h for a list of the flags.
Specifies the outcome of the close file operation.