INtime SDK Help
GetRtFileSize
INtime SDK v6 > About INtime > INtime Kernel > Files > GetRtFileSize

Retrieves the size of the specified file.

BOOLEAN GetRtFileSize(
    RTHANDLE hFile,
    QWORD qwFileSIze);

Parameters

hFile
A handle for a file object.param
qwFileSize
A pointer to a QWORD variable which receives the file size, in bytes.

Remarks

May not return the actual file size unless the file is flushed first.  

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtbase.h rt.h rt.lib
See Also