More corelib cleanup (dotnet/coreclr#26993)
[mono-project.git] / netcore / System.Private.CoreLib / shared / Interop / Windows / Kernel32 / Interop.FileTypes.cs
bloba23ba1a3a0b1ec8e348ea324a63841264a472a50
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 partial class FileTypes
11 internal const int FILE_TYPE_UNKNOWN = 0x0000;
12 internal const int FILE_TYPE_DISK = 0x0001;
13 internal const int FILE_TYPE_CHAR = 0x0002;
14 internal const int FILE_TYPE_PIPE = 0x0003;