// // 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 Graphics { namespace Effects { interface IGraphicsEffect; interface IGraphicsEffectSource; } } } // Generic instantiations // Type definition namespace Windows { namespace Graphics { namespace Effects { [contract(Windows.Foundation.UniversalApiContract, 1.0)] [uuid(CB51C0CE-8FE6-4636-B202-861FAA07D8F3)] interface IGraphicsEffect : IInspectable requires Windows.Graphics.Effects.IGraphicsEffectSource { [propget] HRESULT Name([out] [retval] HSTRING* name); [propput] HRESULT Name([in] HSTRING name); } [contract(Windows.Foundation.UniversalApiContract, 1.0)] [uuid(2D8F9DDC-4339-4EB9-9216-F9DEB75658A2)] interface IGraphicsEffectSource : IInspectable { } } } }