using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] [Guid("74A0D864-4DF5-4C42-841C-4B6265133189")] public interface IMxInternalConnection { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)] void GetReferenceResolutionStatus([In] int refHandle, [In] int ObjectID, out MxAttributeHandle localPart, out int status); }