using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [Guid("DD062033-B605-4879-BA9C-B56A5EA6F4A7")] [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] public interface IPimPF7 { [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)] void RemoveViewAppDeployedFolders([In][MarshalAs(UnmanagedType.LPWStr)] string szViewAppName); [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)] void RemoveViewAppNetworkShare([In][MarshalAs(UnmanagedType.LPWStr)] string szGalaxyName, [In][MarshalAs(UnmanagedType.LPWStr)] string szViewAppName); [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)] void InitializeArchestraPath([In][MarshalAs(UnmanagedType.LPWStr)] string szPath); }