// // 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 Printing { namespace ProtectedPrint { interface IWindowsProtectedPrintInfoStatics; runtimeclass WindowsProtectedPrintInfo; } } } } // Generic instantiations // Type definition namespace Windows { namespace Graphics { namespace Printing { namespace ProtectedPrint { [contract(Windows.Foundation.UniversalApiContract, 19.0)] [exclusiveto(Windows.Graphics.Printing.ProtectedPrint.WindowsProtectedPrintInfo)] [uuid(A7D212F3-4168-5485-98AB-D89D04603B40)] interface IWindowsProtectedPrintInfoStatics : IInspectable { [propget] HRESULT IsProtectedPrintEnabled([out] [retval] boolean* value); } [contract(Windows.Foundation.UniversalApiContract, 19.0)] [marshaling_behavior(agile)] [static(Windows.Graphics.Printing.ProtectedPrint.IWindowsProtectedPrintInfoStatics, Windows.Foundation.UniversalApiContract, 19.0)] [threading(both)] runtimeclass WindowsProtectedPrintInfo { } } } } }