using System.Runtime.InteropServices; namespace Interop.Lmx; [StructLayout(LayoutKind.Sequential, Pack = 2)] public struct MxAutomationObjectHandle { public byte galaxy; public ushort platform; public ushort engine; public ushort @object; public ushort signature; }