Files
nearby/cpp/platform/impl/windows/generated/winrt/impl/Windows.ApplicationModel.UserDataAccounts.Provider.1.h
T
hai007 2e853156dc Internal change
PiperOrigin-RevId: 380848866
2021-06-22 11:09:32 -07:00

82 lines
6.3 KiB
C++

// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
#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 __declspec(empty_bases) IUserDataAccountPartnerAccountInfo :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUserDataAccountPartnerAccountInfo>
{
IUserDataAccountPartnerAccountInfo(std::nullptr_t = nullptr) noexcept {}
IUserDataAccountPartnerAccountInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IUserDataAccountPartnerAccountInfo(IUserDataAccountPartnerAccountInfo const&) noexcept = default;
IUserDataAccountPartnerAccountInfo(IUserDataAccountPartnerAccountInfo&&) noexcept = default;
IUserDataAccountPartnerAccountInfo& operator=(IUserDataAccountPartnerAccountInfo const&) & noexcept = default;
IUserDataAccountPartnerAccountInfo& operator=(IUserDataAccountPartnerAccountInfo&&) & noexcept = default;
};
struct __declspec(empty_bases) IUserDataAccountProviderAddAccountOperation :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUserDataAccountProviderAddAccountOperation>,
impl::require<winrt::Windows::ApplicationModel::UserDataAccounts::Provider::IUserDataAccountProviderAddAccountOperation, winrt::Windows::ApplicationModel::UserDataAccounts::Provider::IUserDataAccountProviderOperation>
{
IUserDataAccountProviderAddAccountOperation(std::nullptr_t = nullptr) noexcept {}
IUserDataAccountProviderAddAccountOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IUserDataAccountProviderAddAccountOperation(IUserDataAccountProviderAddAccountOperation const&) noexcept = default;
IUserDataAccountProviderAddAccountOperation(IUserDataAccountProviderAddAccountOperation&&) noexcept = default;
IUserDataAccountProviderAddAccountOperation& operator=(IUserDataAccountProviderAddAccountOperation const&) & noexcept = default;
IUserDataAccountProviderAddAccountOperation& operator=(IUserDataAccountProviderAddAccountOperation&&) & noexcept = default;
};
struct __declspec(empty_bases) IUserDataAccountProviderOperation :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUserDataAccountProviderOperation>
{
IUserDataAccountProviderOperation(std::nullptr_t = nullptr) noexcept {}
IUserDataAccountProviderOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IUserDataAccountProviderOperation(IUserDataAccountProviderOperation const&) noexcept = default;
IUserDataAccountProviderOperation(IUserDataAccountProviderOperation&&) noexcept = default;
IUserDataAccountProviderOperation& operator=(IUserDataAccountProviderOperation const&) & noexcept = default;
IUserDataAccountProviderOperation& operator=(IUserDataAccountProviderOperation&&) & noexcept = default;
};
struct __declspec(empty_bases) IUserDataAccountProviderResolveErrorsOperation :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUserDataAccountProviderResolveErrorsOperation>,
impl::require<winrt::Windows::ApplicationModel::UserDataAccounts::Provider::IUserDataAccountProviderResolveErrorsOperation, winrt::Windows::ApplicationModel::UserDataAccounts::Provider::IUserDataAccountProviderOperation>
{
IUserDataAccountProviderResolveErrorsOperation(std::nullptr_t = nullptr) noexcept {}
IUserDataAccountProviderResolveErrorsOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IUserDataAccountProviderResolveErrorsOperation(IUserDataAccountProviderResolveErrorsOperation const&) noexcept = default;
IUserDataAccountProviderResolveErrorsOperation(IUserDataAccountProviderResolveErrorsOperation&&) noexcept = default;
IUserDataAccountProviderResolveErrorsOperation& operator=(IUserDataAccountProviderResolveErrorsOperation const&) & noexcept = default;
IUserDataAccountProviderResolveErrorsOperation& operator=(IUserDataAccountProviderResolveErrorsOperation&&) & noexcept = default;
};
struct __declspec(empty_bases) IUserDataAccountProviderSettingsOperation :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IUserDataAccountProviderSettingsOperation>,
impl::require<winrt::Windows::ApplicationModel::UserDataAccounts::Provider::IUserDataAccountProviderSettingsOperation, winrt::Windows::ApplicationModel::UserDataAccounts::Provider::IUserDataAccountProviderOperation>
{
IUserDataAccountProviderSettingsOperation(std::nullptr_t = nullptr) noexcept {}
IUserDataAccountProviderSettingsOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
IUserDataAccountProviderSettingsOperation(IUserDataAccountProviderSettingsOperation const&) noexcept = default;
IUserDataAccountProviderSettingsOperation(IUserDataAccountProviderSettingsOperation&&) noexcept = default;
IUserDataAccountProviderSettingsOperation& operator=(IUserDataAccountProviderSettingsOperation const&) & noexcept = default;
IUserDataAccountProviderSettingsOperation& operator=(IUserDataAccountProviderSettingsOperation&&) & noexcept = default;
};
}
#endif