using System.Runtime.InteropServices; namespace Developpez.Dotnet.System.Providers.Windows { /// /// Infrastructure (Interop) /// [StructLayout(LayoutKind.Sequential)] internal struct LUID { public uint LowPart; public uint HighPart; } }