GET_FILEEX_INFO_LEVELS  1L_FLV 

[New - Windows NT]

The GET_FILEEX_INFO_LEVELS enumeration type contains values that are used with the GetFileAttributesEx1BGV005 function to specify the type of attribute information to obtain.

typedef enum _GET_FILEEX_INFO_LEVELS { 

    GetFileExInfoStandard

} GET_FILEEX_INFO_LEVELS ;

 

Currently, one enumerator value is defined:

Enumerator

Meaning

GetFileExInfoStandard

The GetFileAttributesEx function obtains a standard set of attribute information. The data is returned in a WIN32_FILE_ATTRIBUTE_DATA79__.I structure.

 

See Also

GetFileAttributesEx, WIN32_FILE_ATTRIBUTE_DATA