Platform SDK: Files and I/O

GET_FILEEX_INFO_LEVELS

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 retrieves a standard set of attribute information. The data is returned in a WIN32_FILE_ATTRIBUTE_DATA structure.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Requires Windows 98.
  Header: Declared in Winbase.h; include Windows.h.

See Also

File I/O Overview, File I/O Enumeration Types, GetFileAttributesEx, WIN32_FILE_ATTRIBUTE_DATA