FINDEX_INFO_LEVELS (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.