// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Graphics_Printing_PrintTicket_1_H #define WINRT_Windows_Graphics_Printing_PrintTicket_1_H #include "winrt/impl/Windows.Graphics.Printing.PrintTicket.0.h" WINRT_EXPORT namespace winrt::Windows::Graphics::Printing::PrintTicket { struct WINRT_IMPL_EMPTY_BASES IPrintTicketCapabilities : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPrintTicketCapabilities(std::nullptr_t = nullptr) noexcept {} IPrintTicketCapabilities(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPrintTicketFeature : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPrintTicketFeature(std::nullptr_t = nullptr) noexcept {} IPrintTicketFeature(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPrintTicketOption : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPrintTicketOption(std::nullptr_t = nullptr) noexcept {} IPrintTicketOption(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPrintTicketParameterDefinition : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPrintTicketParameterDefinition(std::nullptr_t = nullptr) noexcept {} IPrintTicketParameterDefinition(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPrintTicketParameterInitializer : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPrintTicketParameterInitializer(std::nullptr_t = nullptr) noexcept {} IPrintTicketParameterInitializer(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPrintTicketValue : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPrintTicketValue(std::nullptr_t = nullptr) noexcept {} IPrintTicketValue(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IWorkflowPrintTicket : winrt::Windows::Foundation::IInspectable, impl::consume_t { IWorkflowPrintTicket(std::nullptr_t = nullptr) noexcept {} IWorkflowPrintTicket(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IWorkflowPrintTicketFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { IWorkflowPrintTicketFactory(std::nullptr_t = nullptr) noexcept {} IWorkflowPrintTicketFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IWorkflowPrintTicketValidationResult : winrt::Windows::Foundation::IInspectable, impl::consume_t { IWorkflowPrintTicketValidationResult(std::nullptr_t = nullptr) noexcept {} IWorkflowPrintTicketValidationResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif