// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Runtime.InteropServices; namespace Wox.Plugin.Common.VirtualDesktop.Interop { /// /// Virtual Desktop Manager class /// Code used from /// [ComImport] [Guid("aa509086-5ca9-4c25-8f95-589d3c07b48a")] internal class CVirtualDesktopManager { } }