using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [Guid("4E448140-AE83-11D3-939D-00C04F6BBD91")] [CoClass(typeof(PlatformInfoServerClass))] public interface PlatformInfoServer : IPlatformInfoServer, IInfoNotify_Event { }