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

import "inspectable.idl";
import "AsyncInfo.idl";
import "EventToken.idl";
import "Windows.Foundation.idl";
// Additional imports to ensure that all required headers are included
cpp_quote("#if defined(__cplusplus)")
cpp_quote("}")
cpp_quote("#endif // defined(__cplusplus)")
cpp_quote("#include <Windows.Foundation.h>")
cpp_quote("#if defined(__cplusplus)")
cpp_quote("extern \"C\" {")
cpp_quote("#endif // defined(__cplusplus)")

// Forward Declare
namespace Windows
{
    namespace System
    {
        namespace Display
        {
            interface IDisplayRequest;

            runtimeclass DisplayRequest;
        }
    }
}

// Generic instantiations

// Type definition
namespace Windows
{
    namespace System
    {
        namespace Display
        {
            [uuid(E5732044-F49F-4B60-8DD4-5E7E3A632AC0)]
            [exclusiveto(Windows.System.Display.DisplayRequest)]
            [version(0x06020000)]
            interface IDisplayRequest : IInspectable
            {
                HRESULT RequestActive();
                HRESULT RequestRelease();
            }

            [activatable(0x06020000)]
            [version(0x06020000)]
            [marshaling_behavior(none)]
            [threading(sta)]
            runtimeclass DisplayRequest
            {
                [default] interface Windows.System.Display.IDisplayRequest;
            }
        }
    }
}
