summaryrefslogtreecommitdiff
path: root/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.1.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.1.h')
-rw-r--r--chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.1.h80
1 files changed, 80 insertions, 0 deletions
diff --git a/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.1.h b/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.1.h
new file mode 100644
index 00000000000..db758bda36f
--- /dev/null
+++ b/chromium/third_party/nearby/src/internal/platform/implementation/windows/generated/winrt/impl/Windows.Devices.Printers.Extensions.1.h
@@ -0,0 +1,80 @@
+// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
+
+#pragma once
+#ifndef WINRT_Windows_Devices_Printers_Extensions_1_H
+#define WINRT_Windows_Devices_Printers_Extensions_1_H
+#include "winrt/impl/Windows.Devices.Printers.Extensions.0.h"
+WINRT_EXPORT namespace winrt::Windows::Devices::Printers::Extensions
+{
+ struct __declspec(empty_bases) IPrint3DWorkflow :
+ winrt::Windows::Foundation::IInspectable,
+ impl::consume_t<IPrint3DWorkflow>
+ {
+ IPrint3DWorkflow(std::nullptr_t = nullptr) noexcept {}
+ IPrint3DWorkflow(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
+ };
+ struct __declspec(empty_bases) IPrint3DWorkflow2 :
+ winrt::Windows::Foundation::IInspectable,
+ impl::consume_t<IPrint3DWorkflow2>
+ {
+ IPrint3DWorkflow2(std::nullptr_t = nullptr) noexcept {}
+ IPrint3DWorkflow2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
+ };
+ struct __declspec(empty_bases) IPrint3DWorkflowPrintRequestedEventArgs :
+ winrt::Windows::Foundation::IInspectable,
+ impl::consume_t<IPrint3DWorkflowPrintRequestedEventArgs>
+ {
+ IPrint3DWorkflowPrintRequestedEventArgs(std::nullptr_t = nullptr) noexcept {}
+ IPrint3DWorkflowPrintRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
+ };
+ struct __declspec(empty_bases) IPrint3DWorkflowPrinterChangedEventArgs :
+ winrt::Windows::Foundation::IInspectable,
+ impl::consume_t<IPrint3DWorkflowPrinterChangedEventArgs>
+ {
+ IPrint3DWorkflowPrinterChangedEventArgs(std::nullptr_t = nullptr) noexcept {}
+ IPrint3DWorkflowPrinterChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
+ };
+ struct __declspec(empty_bases) IPrintExtensionContextStatic :
+ winrt::Windows::Foundation::IInspectable,
+ impl::consume_t<IPrintExtensionContextStatic>
+ {
+ IPrintExtensionContextStatic(std::nullptr_t = nullptr) noexcept {}
+ IPrintExtensionContextStatic(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
+ };
+ struct __declspec(empty_bases) IPrintNotificationEventDetails :
+ winrt::Windows::Foundation::IInspectable,
+ impl::consume_t<IPrintNotificationEventDetails>
+ {
+ IPrintNotificationEventDetails(std::nullptr_t = nullptr) noexcept {}
+ IPrintNotificationEventDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
+ };
+ struct __declspec(empty_bases) IPrintTaskConfiguration :
+ winrt::Windows::Foundation::IInspectable,
+ impl::consume_t<IPrintTaskConfiguration>
+ {
+ IPrintTaskConfiguration(std::nullptr_t = nullptr) noexcept {}
+ IPrintTaskConfiguration(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
+ };
+ struct __declspec(empty_bases) IPrintTaskConfigurationSaveRequest :
+ winrt::Windows::Foundation::IInspectable,
+ impl::consume_t<IPrintTaskConfigurationSaveRequest>
+ {
+ IPrintTaskConfigurationSaveRequest(std::nullptr_t = nullptr) noexcept {}
+ IPrintTaskConfigurationSaveRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
+ };
+ struct __declspec(empty_bases) IPrintTaskConfigurationSaveRequestedDeferral :
+ winrt::Windows::Foundation::IInspectable,
+ impl::consume_t<IPrintTaskConfigurationSaveRequestedDeferral>
+ {
+ IPrintTaskConfigurationSaveRequestedDeferral(std::nullptr_t = nullptr) noexcept {}
+ IPrintTaskConfigurationSaveRequestedDeferral(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
+ };
+ struct __declspec(empty_bases) IPrintTaskConfigurationSaveRequestedEventArgs :
+ winrt::Windows::Foundation::IInspectable,
+ impl::consume_t<IPrintTaskConfigurationSaveRequestedEventArgs>
+ {
+ IPrintTaskConfigurationSaveRequestedEventArgs(std::nullptr_t = nullptr) noexcept {}
+ IPrintTaskConfigurationSaveRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
+ };
+}
+#endif