using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] [Guid("ACA1A4A8-9F53-499D-962A-B8FC76D5A7D8")] public interface IStatusNotify { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)] void NotifyStateChanged([In] ref tagEngineStatusInfo pEngineStatusInfo); }