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