//
// Copyright (c) Microsoft Corporation. All rights reserved.
// 
//
// File generated by WinMDIDL version 8.00.0021
//

import "inspectable.idl";
import "AsyncInfo.idl";
import "EventToken.idl";
import "windowscontracts.idl";
import "Windows.Foundation.idl";
import "Windows.UI.Composition.idl";

// Forward Declare
namespace Windows
{
    namespace Foundation
    {
        apicontract UniversalApiContract;
    }
}
namespace Windows
{
    namespace UI
    {
        namespace Composition
        {
            namespace Desktop
            {
                interface IDesktopWindowTarget;

                runtimeclass DesktopWindowTarget;
            }
        }
    }
}

// Generic instantiations

// Type definition
namespace Windows
{
    namespace UI
    {
        namespace Composition
        {
            namespace Desktop
            {
                [contract(Windows.Foundation.UniversalApiContract, 6.0)]
                [exclusiveto(Windows.UI.Composition.Desktop.DesktopWindowTarget)]
                [uuid(6329D6CA-3366-490E-9DB3-25312929AC51)]
                interface IDesktopWindowTarget : IInspectable
                {
                    [propget] HRESULT IsTopmost([out] [retval] boolean* value);
                }

                [contract(Windows.Foundation.UniversalApiContract, 6.0)]
                [marshaling_behavior(agile)]
                [threading(both)]
                runtimeclass DesktopWindowTarget : Windows.UI.Composition.CompositionTarget
                {
                    [default] interface Windows.UI.Composition.Desktop.IDesktopWindowTarget;
                }
            }
        }
    }
}
