// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_ApplicationModel_UserDataAccounts_Provider_1_H #define WINRT_Windows_ApplicationModel_UserDataAccounts_Provider_1_H #include "winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.0.h" WINRT_EXPORT namespace winrt::Windows::ApplicationModel::UserDataAccounts::Provider { struct WINRT_IMPL_EMPTY_BASES IUserDataAccountPartnerAccountInfo : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataAccountPartnerAccountInfo(std::nullptr_t = nullptr) noexcept {} IUserDataAccountPartnerAccountInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataAccountProviderAddAccountOperation : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IUserDataAccountProviderAddAccountOperation(std::nullptr_t = nullptr) noexcept {} IUserDataAccountProviderAddAccountOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataAccountProviderOperation : winrt::Windows::Foundation::IInspectable, impl::consume_t { IUserDataAccountProviderOperation(std::nullptr_t = nullptr) noexcept {} IUserDataAccountProviderOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataAccountProviderResolveErrorsOperation : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IUserDataAccountProviderResolveErrorsOperation(std::nullptr_t = nullptr) noexcept {} IUserDataAccountProviderResolveErrorsOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IUserDataAccountProviderSettingsOperation : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IUserDataAccountProviderSettingsOperation(std::nullptr_t = nullptr) noexcept {} IUserDataAccountProviderSettingsOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif