Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

GET_FILEEX_INFO_LEVELS enumeration

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

Minimum supported client

Windows XP [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2003 [desktop apps | Windows Store apps]

Header

WinBase.h (include Windows.h)

See also

File Management Enumerations
GetFileAttributesEx
GetFileAttributesTransacted
WIN32_FILE_ATTRIBUTE_DATA

 

 

Show:
© 2017 Microsoft