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

Retrieves common file attributes for a given file.

BOOLEAN GetRtFileAttributes(
    LPCSTR pFileName,
    FILE_INFO_COMMON *lpFileInformation
);

Parameters

pFileName
The filename whose attributes are to be retrieved
lpFileInformation
A pointer to a FILE_INFO_COMMON structure where the attribute data is to be stored.

Requirements

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

See Also