Performs a quick close on a file on the local server
#include <nwfileng.h>
int FEQuickClose (
LONG connection,
LONG task,
LONG fileHandle);
(IN) Specifies the connection closing the file.
(IN) Specifies task number on the connection closing the file.
(IN) Specifies the handle of the file to close.
FEQuickClose is designated "quick" because it bypasses some of the higher I/O levels in the server libraries.
FEQuickClose is useful only in conjunction with the File System Monitoring Hooks functions and other FEQuick . . . functions. The lower level handle used with FEQuickClose is returned in FEQuickOpen and is not valid for more conventional functions like read, write, or close.