// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_ApplicationModel_Resources_Core_1_H #define WINRT_Windows_ApplicationModel_Resources_Core_1_H #include "winrt/impl/Windows.Foundation.Collections.0.h" #include "winrt/impl/Windows.ApplicationModel.Resources.Core.0.h" WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Resources::Core { struct WINRT_IMPL_EMPTY_BASES INamedResource : winrt::Windows::Foundation::IInspectable, impl::consume_t { INamedResource(std::nullptr_t = nullptr) noexcept {} INamedResource(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceCandidate : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceCandidate(std::nullptr_t = nullptr) noexcept {} IResourceCandidate(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceCandidate2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceCandidate2(std::nullptr_t = nullptr) noexcept {} IResourceCandidate2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceCandidate3 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceCandidate3(std::nullptr_t = nullptr) noexcept {} IResourceCandidate3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceContext : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceContext(std::nullptr_t = nullptr) noexcept {} IResourceContext(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceContextStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceContextStatics(std::nullptr_t = nullptr) noexcept {} IResourceContextStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceContextStatics2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceContextStatics2(std::nullptr_t = nullptr) noexcept {} IResourceContextStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceContextStatics3 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceContextStatics3(std::nullptr_t = nullptr) noexcept {} IResourceContextStatics3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceContextStatics4 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceContextStatics4(std::nullptr_t = nullptr) noexcept {} IResourceContextStatics4(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceManager : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceManager(std::nullptr_t = nullptr) noexcept {} IResourceManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceManager2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceManager2(std::nullptr_t = nullptr) noexcept {} IResourceManager2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceManagerStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceManagerStatics(std::nullptr_t = nullptr) noexcept {} IResourceManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceMap : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require>, winrt::Windows::Foundation::Collections::IMapView> { IResourceMap(std::nullptr_t = nullptr) noexcept {} IResourceMap(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IResourceQualifier : winrt::Windows::Foundation::IInspectable, impl::consume_t { IResourceQualifier(std::nullptr_t = nullptr) noexcept {} IResourceQualifier(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif