mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
51 lines
3.5 KiB
C++
51 lines
3.5 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Graphics_Printing_PrintTicket_2_H
|
|
#define WINRT_Windows_Graphics_Printing_PrintTicket_2_H
|
|
#include "winrt/impl/Windows.Graphics.Printing.PrintTicket.1.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Graphics::Printing::PrintTicket
|
|
{
|
|
struct __declspec(empty_bases) PrintTicketCapabilities : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketCapabilities
|
|
{
|
|
PrintTicketCapabilities(std::nullptr_t) noexcept {}
|
|
PrintTicketCapabilities(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketCapabilities(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) PrintTicketFeature : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketFeature
|
|
{
|
|
PrintTicketFeature(std::nullptr_t) noexcept {}
|
|
PrintTicketFeature(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketFeature(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) PrintTicketOption : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketOption
|
|
{
|
|
PrintTicketOption(std::nullptr_t) noexcept {}
|
|
PrintTicketOption(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketOption(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) PrintTicketParameterDefinition : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketParameterDefinition
|
|
{
|
|
PrintTicketParameterDefinition(std::nullptr_t) noexcept {}
|
|
PrintTicketParameterDefinition(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketParameterDefinition(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) PrintTicketParameterInitializer : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketParameterInitializer
|
|
{
|
|
PrintTicketParameterInitializer(std::nullptr_t) noexcept {}
|
|
PrintTicketParameterInitializer(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketParameterInitializer(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) PrintTicketValue : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketValue
|
|
{
|
|
PrintTicketValue(std::nullptr_t) noexcept {}
|
|
PrintTicketValue(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Graphics::Printing::PrintTicket::IPrintTicketValue(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) WorkflowPrintTicket : winrt::Windows::Graphics::Printing::PrintTicket::IWorkflowPrintTicket
|
|
{
|
|
WorkflowPrintTicket(std::nullptr_t) noexcept {}
|
|
WorkflowPrintTicket(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Graphics::Printing::PrintTicket::IWorkflowPrintTicket(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct __declspec(empty_bases) WorkflowPrintTicketValidationResult : winrt::Windows::Graphics::Printing::PrintTicket::IWorkflowPrintTicketValidationResult
|
|
{
|
|
WorkflowPrintTicketValidationResult(std::nullptr_t) noexcept {}
|
|
WorkflowPrintTicketValidationResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Graphics::Printing::PrintTicket::IWorkflowPrintTicketValidationResult(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|