mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
9 lines
146 B
C#
9 lines
146 B
C#
namespace WPinternalsSDK
|
|
{
|
|
internal enum GET_FILEEX_INFO_LEVELS
|
|
{
|
|
GetFileExInfoStandard,
|
|
GetFileExMaxInfoLevel
|
|
}
|
|
}
|