// // 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"; // Forward Declare namespace Windows { namespace Foundation { apicontract UniversalApiContract; } } namespace Windows { namespace System { namespace RemoteDesktop { interface IInteractiveSessionStatics; runtimeclass InteractiveSession; } } } // Generic instantiations // Type definition namespace Windows { namespace System { namespace RemoteDesktop { [contract(Windows.Foundation.UniversalApiContract, 1.0)] [exclusiveto(Windows.System.RemoteDesktop.InteractiveSession)] [uuid(60884631-DD3A-4576-9C8D-E8027618BDCE)] interface IInteractiveSessionStatics : IInspectable { [propget] HRESULT IsRemote([out] [retval] boolean* value); } [contract(Windows.Foundation.UniversalApiContract, 1.0)] [marshaling_behavior(standard)] [static(Windows.System.RemoteDesktop.IInteractiveSessionStatics, Windows.Foundation.UniversalApiContract, 1.0)] [threading(both)] runtimeclass InteractiveSession { } } } }