using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [Guid("63022ACC-281B-4B5D-99AE-C2FC9345FCB8")] [CoClass(typeof(CoObjectStgClass))] public interface CoObjectStg : IObjectStg { }