Returns the length of a file opened with FEQuickOpen.
#include <nwfileng.h>
int FEQuickFileLength (
LONG connection,
LONG handle,
LONG *fileSize);
(IN) Specifies the connection for opening the file.
(IN) Specifies the handle of the file to check.
(OUT) Points to the size of the file.
FEQuickFileLength is designated "quick" because it bypasses some of the higher I/O levels in the server libraries.
FEQuickFileLength is useful only in conjunction with the File System Monitoring Hooks functions and other FEQuick functions.