mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
67 lines
3.5 KiB
C++
67 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_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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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 __declspec(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
|