using System.Runtime.InteropServices; namespace Interop.Lmx; [ComImport] [CoClass(typeof(PlatformRegistryAccessObjectClass))] [Guid("45073152-4A92-11D3-87EC-00A0C982C01C")] public interface PlatformRegistryAccessObject : IPlatformRegistryAccess { }