using System.Runtime.InteropServices; namespace Interop.Lmx; [StructLayout(LayoutKind.Sequential, Pack = 4)] [Guid("1031E230-67F6-11D8-9872-0007E978B186")] public struct GalaxyStatusInfo { public int totalNumberOfInstances; public int totalNumberOfTemplates; public int numberOfObjectsWithErrors; public int numberOfObjectsWithWarnings; public int numberOfInstancesNotDeployed; public int numberofObjectsWithChanges; public int numberofObjectsCheckedOut; public int numberofObjectsCheckedOutToLoggedinUser; }