using System.Runtime.InteropServices; namespace Interop.Lmx; [StructLayout(LayoutKind.Sequential, Pack = 8)] [Guid("E3E3A688-9FAE-4B44-B87A-95C1B3711F06")] public struct IItemIdentity2 { public ushort ReferenceType; public ushort type; [MarshalAs(UnmanagedType.BStr)] public string ContextName; [MarshalAs(UnmanagedType.BStr)] public string Name; public ulong id; }