Contains information about a close file operation
typedef struct {
LONG connection ;
LONG task ;
LONG fileHandle ;
} CloseFileCallBackStruct;
Contains the connection number of the entity requesting the operation.
Contains the task number of the entity requesting the operation.
Contains the NetWare file handle of the file.