INtime SDK Help
FILE_INFO_STANDARD structure

See GetRtFileInfoByHandle

Syntax

typedef struct tagFileInfoStandard {
        QWORD           qwFileSize;
        QWORD           qwFileAllocationSize;
        DWORD           dwNumberOfLinks;
        BOOLEAN         bDirectory;
        BOOLEAN         _unused[3];
} FILE_INFO_STANDARD;

Fields

qwFileSize
The size of the file in bytes.
qwFileAllocationSize
The amount of disk space consumed by the file, in bytes.
dwNumberOfLinks
(current unused)
bDirectory
Contains a non-zero value if the file is a directory, else 0.

Requirements

Versions Defined in Include Link to
INtime 6.0 intime/rt/include/rtdef.h rt.h rt.lib

See Also