GET_FILEEX_INFO_LEVELS enumeration (minwinbase.h)

Defines values that are used with the GetFileAttributesEx and GetFileAttributesTransacted functions to specify the information level of the returned data.

Syntax

typedef enum _GET_FILEEX_INFO_LEVELS {
  GetFileExInfoStandard,
  GetFileExMaxInfoLevel
} GET_FILEEX_INFO_LEVELS;

Constants

 
GetFileExInfoStandard
The GetFileAttributesEx or
GetFileAttributesTransacted function
retrieves a standard set of attribute information. The data is returned in a
WIN32_FILE_ATTRIBUTE_DATA
structure.
GetFileExMaxInfoLevel
One greater than the maximum value. Valid values for this enumeration will be less than this value.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps | UWP apps]
Minimum supported server Windows Server 2003 [desktop apps | UWP apps]
Header minwinbase.h (include Minwinbase.h, Windows.h)

See also

File Management Enumerations

GetFileAttributesEx

GetFileAttributesTransacted

WIN32_FILE_ATTRIBUTE_DATA