INtime SDK Help
FILE_INFO_ID structure

See GetRtFileInfoByHandle

Syntax

typedef struct tagFileInfoId {
        QWORD           qwVolumeId;
        QWORD           qwFileIdLow;
        QWORD           qwFileIdHigh;
} FILE_INFO_ID;

Fields

qwVolumeId
The serial number of the volume which contains the file.
qwFileIdLow
The low 64 bits of the file identifier for the file.
qwFileIdHigh
The high 64 bits of the file identifier for the file.

Requirements

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

See Also