using System.Runtime.InteropServices; namespace ArchestrA.MxAccess; [TypeLibType(16)] [ComVisible(false)] public delegate void _ILMXProxyServerEvents_OperationCompleteEventHandler([In] int hLMXServerHandle, [In] int phItemHandle, [In][MarshalAs(UnmanagedType.SafeArray, SafeArraySubType = VarEnum.VT_RECORD)] ref MXSTATUS_PROXY[] pVars);