|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| No
| Win32s
| No
| Import Library
|
| Header File
| winbase.h
| Unicode
| No
| Platform Notes
| None
|
|
|
GET_FILEEX_INFO_LEVELS
[New - Windows NT]
The GET_FILEEX_INFO_LEVELS enumeration type contains values that are used with the GetFileAttributesEx function to specify the type of attribute information to obtain.
typedef enum _GET_FILEEX_INFO_LEVELS {
GetFileExInfoStandard
} GET_FILEEX_INFO_LEVELS ;
Currently, one enumerator value is defined:
Enumerator
| Meaning
| GetFileExInfoStandard
| The GetFileAttributesEx function obtains a standard set of attribute information. The data is
returned in a WIN32_FILE_ATTRIBUTE_DATA structure.
|
See Also
GetFileAttributesEx, WIN32_FILE_ATTRIBUTE_DATA
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|