using System.Runtime.InteropServices; namespace Interop.Lmx; [StructLayout(LayoutKind.Sequential, Pack = 1)] public struct _RequestAttributeInfo { public int lObjectId; public short shPropertyFlags; public short shTypeFlags; public short shCategoryFlags; public byte SecClassFlags; public byte LockedFlags; }