mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
88 lines
5.3 KiB
C++
88 lines
5.3 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
|
|
|
#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>
|
|
{
|
|
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>
|
|
{
|
|
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>
|
|
{
|
|
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>
|
|
{
|
|
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>
|
|
{
|
|
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>
|
|
{
|
|
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>
|
|
{
|
|
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>
|
|
{
|
|
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>
|
|
{
|
|
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>
|
|
{
|
|
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>
|
|
{
|
|
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
|