using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [Guid("06D2B229-AF4F-11D3-939D-00C04F6BBD91")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IInfoNotify { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)] void Fire_OnInfoNotify([In] int flag); }