Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
GetFileExInfoStandardThe GetFileAttributesEx or GetFileAttributesTransacted function retrieves a standard set of attribute information. The data is returned in a WIN32_FILE_ATTRIBUTE_DATA structure. |
GetFileExMaxInfoLevelOne 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
Feedback
Was this page helpful?
