Share via


GET_FILEEX_INFO_LEVELS (Windows CE 5.0)

Send Feedback

This enumeration defines values that are used with the GetFileAttributesEx function to specify the type of attribute information to obtain.

typedef enum _GET_FILEEX_INFO_LEVELS { GetFileExInfoStandard } GET_FILEEX_INFO_LEVELS; 

Elements

  • GetFileExInfoStandard
    The GetFileAttributesEx function obtains a standard set of attribute information. The data is returned in a WIN32_FILE_ATTRIBUTE_DATA structure.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Winbase.h.

See Also

GetFileAttributesEx

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.