Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumeration defines values that are used with the FindFirstFileEx function to specify the type of information of the returned data.
typedef enum _FINDEX_INFO_LEVELS { FindExInfoStandard, FindExInfoMaxInfoLevel} FINDEX_INFO_LEVELS;
Elements
- FindExInfoStandard
The FindFirstFileEx function obtains a standard set of attribute information. The data is returned in a WIN32_FIND_DATA structure. - FindExInfoMaxInfoLevel
Not supported.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Winbase.h.
See Also
FindFirstFileEx | WIN32_FIND_DATA
Send Feedback on this topic to the authors