INtime SDK Help
FIND_FILE_DATA

See FindFirstRtFile, FindNextRtFile, FindRtFileClose

Syntax

typedef struct tagFindFileData {
    LPVOID      hDir;
    DWORD       dwFileAttributes;
    QWORD       qwFileSize;
    TIMEVALUE   tCreateTime;
    TIMEVALUE   tAccessTime;
    TIMEVALUE   tModifyTime;
    QWORD       _Reserved;
    char        cWildcard[MAX_PATH];
    char        cFileName[MAX_PATH];
    char        cAltFileName[14];
} FIND_FILE_DATA;

Fields

hDir
Internal directory context. Do not change.
dwFileAttributes
The attributes of the file last found. See GetRtFileAttributes for possible values.
qwFileSize
The size of the file in bytes.
tCreateTime
The time the file was created.
tAccessTime
The time the file was last accessed.
tModifyTime
The time the file was last modified.
_Reserved
Reserved field. Do not change.
cWildcard
The filename pattern being used to search the directory. Set by FindFirstRtFile. Do not change.
cFileName
The matched filename after a successful return from FindFirstRtFile, or FindNextRtFile.
cAltFileName
The alternate filename. Windows files only.

Requirements

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