Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Windows.Graphics.Printing.PrintTicket.1.h
2025-07-09 08:58:00 -07:00

67 lines
3.5 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
#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>
{
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>
{
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>
{
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>
{
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>
{
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>
{
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>
{
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 IWorkflowPrintTicketValidationResult :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IWorkflowPrintTicketValidationResult>
{
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