using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [Guid("9A9C1B4A-6068-40CA-B9FD-3105262930B6")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IPimPF6 { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)] void RemoveLocalPlatform(); }