// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.240405.15 #pragma once #ifndef WINRT_Windows_ApplicationModel_Contacts_DataProvider_1_H #define WINRT_Windows_ApplicationModel_Contacts_DataProvider_1_H #include "winrt/impl/Windows.ApplicationModel.Contacts.DataProvider.0.h" WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Contacts::DataProvider { struct WINRT_IMPL_EMPTY_BASES IContactDataProviderConnection : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContactDataProviderConnection(std::nullptr_t = nullptr) noexcept {} IContactDataProviderConnection(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IContactDataProviderConnection2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContactDataProviderConnection2(std::nullptr_t = nullptr) noexcept {} IContactDataProviderConnection2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IContactDataProviderTriggerDetails : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContactDataProviderTriggerDetails(std::nullptr_t = nullptr) noexcept {} IContactDataProviderTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IContactListCreateOrUpdateContactRequest : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContactListCreateOrUpdateContactRequest(std::nullptr_t = nullptr) noexcept {} IContactListCreateOrUpdateContactRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IContactListCreateOrUpdateContactRequestEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContactListCreateOrUpdateContactRequestEventArgs(std::nullptr_t = nullptr) noexcept {} IContactListCreateOrUpdateContactRequestEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IContactListDeleteContactRequest : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContactListDeleteContactRequest(std::nullptr_t = nullptr) noexcept {} IContactListDeleteContactRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IContactListDeleteContactRequestEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContactListDeleteContactRequestEventArgs(std::nullptr_t = nullptr) noexcept {} IContactListDeleteContactRequestEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IContactListServerSearchReadBatchRequest : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContactListServerSearchReadBatchRequest(std::nullptr_t = nullptr) noexcept {} IContactListServerSearchReadBatchRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IContactListServerSearchReadBatchRequestEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContactListServerSearchReadBatchRequestEventArgs(std::nullptr_t = nullptr) noexcept {} IContactListServerSearchReadBatchRequestEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IContactListSyncManagerSyncRequest : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContactListSyncManagerSyncRequest(std::nullptr_t = nullptr) noexcept {} IContactListSyncManagerSyncRequest(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IContactListSyncManagerSyncRequestEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IContactListSyncManagerSyncRequestEventArgs(std::nullptr_t = nullptr) noexcept {} IContactListSyncManagerSyncRequestEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif