More corelib cleanup (dotnet/coreclr#26993)
[mono-project.git] / netcore / System.Private.CoreLib / shared / Interop / Windows / Kernel32 / Interop.GET_FILEEX_INFO_LEVELS.cs
blob4ee8642032248480bcde3174967d1557b078e39c
1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
5 internal static partial class Interop
7 internal static partial class Kernel32
9 internal enum GET_FILEEX_INFO_LEVELS : uint
11 GetFileExInfoStandard = 0x0u,
12 GetFileExMaxInfoLevel = 0x1u,