using System.Runtime.InteropServices; namespace Interop.LmxProxy; [StructLayout(LayoutKind.Sequential, Pack = 2)] public struct MxHandle { public MxAutomationObjectHandle @object; public MxAttributeHandle attribute; }