The GET_FILEEX_INFO_LEVELS enumeration type defines values that are used with the GetFileAttributesEx function to specify the type of attribute information to obtain.
typedef enum _GET_FILEEX_INFO_LEVELS {
GetFileExInfoStandard
} GET_FILEEX_INFO_LEVELS ;
Enumerator Value | Meaning |
---|---|
GetFileExInfoStandard | The GetFileAttributesEx function obtains a standard set of attribute information. The data is returned in a WIN32_FILE_ATTRIBUTE_DATA structure. |
Windows NT: Requires version 4.0 or later.
Windows: Requires Windows 98 or later.
Windows CE: Unsupported.
Header: Declared in winbase.h.
File I/O Overview, File Enumeration Types, GetFileAttributesEx, WIN32_FILE_ATTRIBUTE_DATA