//
// 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.idl";

// Forward Declare
namespace Windows
{
    namespace Foundation
    {
        apicontract UniversalApiContract;
    }
}
namespace Windows
{
    namespace UI
    {
        typedef struct WindowId WindowId;
    }
}
namespace Windows
{
    namespace UI
    {
        namespace Notifications
        {
            namespace Preview
            {
                interface IToastOcclusionManagerPreviewStatics;

                runtimeclass ToastOcclusionManagerPreview;
            }
        }
    }
}

// Generic instantiations

// Type definition
namespace Windows
{
    namespace UI
    {
        namespace Notifications
        {
            namespace Preview
            {
                [contract(Windows.Foundation.UniversalApiContract, 13.0)]
                [exclusiveto(Windows.UI.Notifications.Preview.ToastOcclusionManagerPreview)]
                [uuid(507E5C83-50F9-5412-8953-B65C18CFAB12)]
                interface IToastOcclusionManagerPreviewStatics : IInspectable
                {
                    HRESULT SetToastWindowMargin([in] Windows.UI.WindowId appWindowId, [in] DOUBLE margin);
                }

                [contract(Windows.Foundation.UniversalApiContract, 13.0)]
                [marshaling_behavior(agile)]
                [static(Windows.UI.Notifications.Preview.IToastOcclusionManagerPreviewStatics, Windows.Foundation.UniversalApiContract, 13.0)]
                [threading(both)]
                runtimeclass ToastOcclusionManagerPreview
                {
                }
            }
        }
    }
}
