GET_FILEEX_INFO_LEVELS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

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

Header winbase.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

File I/O Enumerations
GetFileAttributesEx