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 |
|
See also
- File Management Enumerations
- GetFileAttributesEx
- GetFileAttributesTransacted
- WIN32_FILE_ATTRIBUTE_DATA
Show: