Partager via


FINDEX_INFO_LEVELS

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

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.