using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [Guid("52733B9D-1DF4-440F-9320-CFD511FB88F1")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IMxSupervisoryConnection5 { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)] int SupervisoryRegisterPreboundReference([In] int preboundReferenceHandle, [In] bool IsReadable, [In][MarshalAs(UnmanagedType.Interface)] IMxCallback pMxCallback, [In] int userData); }