// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Globalization_DateTimeFormatting_1_H #define WINRT_Windows_Globalization_DateTimeFormatting_1_H #include "winrt/impl/Windows.Globalization.DateTimeFormatting.0.h" WINRT_EXPORT namespace winrt::Windows::Globalization::DateTimeFormatting { struct WINRT_IMPL_EMPTY_BASES IDateTimeFormatter : winrt::Windows::Foundation::IInspectable, impl::consume_t { IDateTimeFormatter(std::nullptr_t = nullptr) noexcept {} IDateTimeFormatter(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IDateTimeFormatter2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IDateTimeFormatter2(std::nullptr_t = nullptr) noexcept {} IDateTimeFormatter2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IDateTimeFormatterFactory : winrt::Windows::Foundation::IInspectable, impl::consume_t { IDateTimeFormatterFactory(std::nullptr_t = nullptr) noexcept {} IDateTimeFormatterFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IDateTimeFormatterStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IDateTimeFormatterStatics(std::nullptr_t = nullptr) noexcept {} IDateTimeFormatterStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif