Contains information about a close file operation.
typedef struct
{
int slot;
int task;
int 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.