| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/winrt/ |
Upload File : |
//
// 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.ApplicationModel.Core.idl";
import "Windows.System.idl";
import "Windows.UI.Core.idl";
import "Windows.UI.Input.idl";
// Forward Declare
namespace Windows
{
namespace ApplicationModel
{
namespace Core
{
runtimeclass CoreApplicationView;
}
}
}
namespace Windows
{
namespace Foundation
{
apicontract UniversalApiContract;
}
}
namespace Windows
{
namespace System
{
runtimeclass DispatcherQueue;
}
}
namespace Windows
{
namespace UI
{
namespace Core
{
runtimeclass CoreDispatcher;
}
}
}
namespace Windows
{
namespace UI
{
namespace Input
{
runtimeclass RadialController;
}
}
}
namespace Windows
{
namespace UI
{
namespace Input
{
namespace Core
{
interface IRadialControllerIndependentInputSource;
interface IRadialControllerIndependentInputSource2;
interface IRadialControllerIndependentInputSourceStatics;
runtimeclass RadialControllerIndependentInputSource;
}
}
}
}
// Generic instantiations
// Type definition
namespace Windows
{
namespace UI
{
namespace Input
{
namespace Core
{
[contract(Windows.Foundation.UniversalApiContract, 4.0)]
[exclusiveto(Windows.UI.Input.Core.RadialControllerIndependentInputSource)]
[uuid(3D577EF6-4CEE-11E6-B535-001BDC06AB3B)]
interface IRadialControllerIndependentInputSource : IInspectable
{
[propget] HRESULT Controller([out] [retval] Windows.UI.Input.RadialController** value);
[propget] HRESULT Dispatcher([out] [retval] Windows.UI.Core.CoreDispatcher** value);
}
[contract(Windows.Foundation.UniversalApiContract, 6.0)]
[exclusiveto(Windows.UI.Input.Core.RadialControllerIndependentInputSource)]
[uuid(7073AAD8-35F3-4EEB-8751-BE4D0A66FAF4)]
interface IRadialControllerIndependentInputSource2 : IInspectable
{
[propget] HRESULT DispatcherQueue([out] [retval] Windows.System.DispatcherQueue** value);
}
[contract(Windows.Foundation.UniversalApiContract, 4.0)]
[exclusiveto(Windows.UI.Input.Core.RadialControllerIndependentInputSource)]
[uuid(3D577EF5-4CEE-11E6-B535-001BDC06AB3B)]
interface IRadialControllerIndependentInputSourceStatics : IInspectable
{
HRESULT CreateForView([in] Windows.ApplicationModel.Core.CoreApplicationView* view, [out] [retval] Windows.UI.Input.Core.RadialControllerIndependentInputSource** result);
}
[contract(Windows.Foundation.UniversalApiContract, 4.0)]
[marshaling_behavior(agile)]
[static(Windows.UI.Input.Core.IRadialControllerIndependentInputSourceStatics, Windows.Foundation.UniversalApiContract, 4.0)]
runtimeclass RadialControllerIndependentInputSource
{
[default] interface Windows.UI.Input.Core.IRadialControllerIndependentInputSource;
[contract(Windows.Foundation.UniversalApiContract, 6.0)] interface Windows.UI.Input.Core.IRadialControllerIndependentInputSource2;
}
}
}
}
}