Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
A version of this page is also available for
4/8/2010
This enumeration defines values that are used with the FindFirstFileEx function to specify the type of information of the returned data.
Syntax
typedef enum _FINDEX_INFO_LEVELS {
FindExInfoStandard,
FindExInfoMaxInfoLevel
} FINDEX_INFO_LEVELS;
Elements
- FindExInfoStandard
FindFirstFileEx obtains a standard set of attribute information. The data is returned in a WIN32_FIND_DATA structure.
- FindExInfoMaxInfoLevel
Not supported.
Requirements
Header | winbase.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |