mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update WinRT to new version 2.0.250303.1
PiperOrigin-RevId: 781075193
This commit is contained in:
committed by
Copybara-Service
parent
5e558cffc4
commit
8f14bd10fc
+79
-79
@@ -1,4 +1,4 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_ApplicationModel_Contacts_0_H
|
||||
@@ -8,14 +8,14 @@ WINRT_EXPORT namespace winrt::Windows::Foundation
|
||||
struct Deferral;
|
||||
struct EventRegistrationToken;
|
||||
struct IAsyncAction;
|
||||
template <typename T> struct __declspec(empty_bases) IReference;
|
||||
template <typename T> struct WINRT_IMPL_EMPTY_BASES IReference;
|
||||
struct Rect;
|
||||
template <typename TSender, typename TResult> struct __declspec(empty_bases) TypedEventHandler;
|
||||
template <typename TSender, typename TResult> struct WINRT_IMPL_EMPTY_BASES TypedEventHandler;
|
||||
struct Uri;
|
||||
}
|
||||
WINRT_EXPORT namespace winrt::Windows::Foundation::Collections
|
||||
{
|
||||
template <typename T> struct __declspec(empty_bases) IIterable;
|
||||
template <typename T> struct WINRT_IMPL_EMPTY_BASES IIterable;
|
||||
struct IPropertySet;
|
||||
struct ValueSet;
|
||||
}
|
||||
@@ -762,7 +762,7 @@ namespace winrt::impl
|
||||
template <> struct default_interface<winrt::Windows::ApplicationModel::Contacts::PinnedContactManager>{ using type = winrt::Windows::ApplicationModel::Contacts::IPinnedContactManager; };
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IAggregateContactManager>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall FindRawContactsAsync(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall TryLinkContactsAsync(void*, void*, void**) noexcept = 0;
|
||||
@@ -772,14 +772,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IAggregateContactManager2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall SetRemoteIdentificationInformationAsync(void*, void*, void*, void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContact>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Name(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Name(void*) noexcept = 0;
|
||||
@@ -790,7 +790,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContact2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Id(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Id(void*) noexcept = 0;
|
||||
@@ -810,7 +810,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContact3>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_ContactListId(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_DisplayPictureUserUpdateTime(int64_t*) noexcept = 0;
|
||||
@@ -839,7 +839,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactAddress>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_StreetAddress(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_StreetAddress(void*) noexcept = 0;
|
||||
@@ -859,7 +859,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactAnnotation>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Id(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_AnnotationListId(void**) noexcept = 0;
|
||||
@@ -875,7 +875,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactAnnotation2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_ContactListId(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_ContactListId(void*) noexcept = 0;
|
||||
@@ -883,7 +883,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactAnnotationList>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Id(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ProviderPackageFamilyName(void**) noexcept = 0;
|
||||
@@ -898,7 +898,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactAnnotationStore>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall FindContactIdsByEmailAsync(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall FindContactIdsByPhoneNumberAsync(void*, void**) noexcept = 0;
|
||||
@@ -912,14 +912,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactAnnotationStore2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall FindAnnotationsForContactListAsync(void*, void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactBatch>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Contacts(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
|
||||
@@ -927,14 +927,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactCardDelayedDataLoader>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall SetData(void*) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactCardOptions>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_HeaderKind(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_HeaderKind(int32_t) noexcept = 0;
|
||||
@@ -944,14 +944,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactCardOptions2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_ServerSearchContactListIds(void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactChange>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_ChangeType(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Contact(void**) noexcept = 0;
|
||||
@@ -959,7 +959,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactChangeReader>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall AcceptChanges() noexcept = 0;
|
||||
virtual int32_t __stdcall AcceptChangesThrough(void*) noexcept = 0;
|
||||
@@ -968,7 +968,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactChangeTracker>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Enable() noexcept = 0;
|
||||
virtual int32_t __stdcall GetChangeReader(void**) noexcept = 0;
|
||||
@@ -977,28 +977,28 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactChangeTracker2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_IsTracking(bool*) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactChangedDeferral>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Complete() noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactChangedEventArgs>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall GetDeferral(void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactConnectedServiceAccount>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Id(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Id(void*) noexcept = 0;
|
||||
@@ -1008,7 +1008,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactDate>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Day(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Day(void*) noexcept = 0;
|
||||
@@ -1024,7 +1024,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactEmail>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Address(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Address(void*) noexcept = 0;
|
||||
@@ -1036,7 +1036,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactField>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Type(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Category(int32_t*) noexcept = 0;
|
||||
@@ -1046,7 +1046,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactFieldFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall CreateField_Default(void*, int32_t, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateField_Category(void*, int32_t, int32_t, void**) noexcept = 0;
|
||||
@@ -1055,13 +1055,13 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactGroup>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactInformation>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Name(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall GetThumbnailAsync(void**) noexcept = 0;
|
||||
@@ -1075,7 +1075,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactInstantMessageField>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_UserName(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Service(void**) noexcept = 0;
|
||||
@@ -1085,7 +1085,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactInstantMessageFieldFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall CreateInstantMessage_Default(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateInstantMessage_Category(void*, int32_t, void**) noexcept = 0;
|
||||
@@ -1094,7 +1094,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactJobInfo>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_CompanyName(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_CompanyName(void*) noexcept = 0;
|
||||
@@ -1116,7 +1116,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactLaunchActionVerbsStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Call(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Message(void**) noexcept = 0;
|
||||
@@ -1127,7 +1127,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactList>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Id(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_DisplayName(void**) noexcept = 0;
|
||||
@@ -1158,7 +1158,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactList2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall RegisterSyncManagerAsync(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_SupportsServerSearch(bool) noexcept = 0;
|
||||
@@ -1167,7 +1167,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactList3>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_LimitedWriteOperations(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall GetChangeTracker(void*, void**) noexcept = 0;
|
||||
@@ -1175,7 +1175,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactListLimitedWriteOperations>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall TryCreateOrUpdateContactAsync(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall TryDeleteContactAsync(void*, void**) noexcept = 0;
|
||||
@@ -1183,7 +1183,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactListSyncConstraints>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_CanSyncDescriptions(bool*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_CanSyncDescriptions(bool) noexcept = 0;
|
||||
@@ -1245,7 +1245,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactListSyncManager>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_LastSuccessfulSyncTime(int64_t*) noexcept = 0;
|
||||
@@ -1257,7 +1257,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactListSyncManager2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall put_Status(int32_t) noexcept = 0;
|
||||
virtual int32_t __stdcall put_LastSuccessfulSyncTime(int64_t) noexcept = 0;
|
||||
@@ -1266,7 +1266,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactLocationField>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_UnstructuredAddress(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Street(void**) noexcept = 0;
|
||||
@@ -1278,7 +1278,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactLocationFieldFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall CreateLocation_Default(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateLocation_Category(void*, int32_t, void**) noexcept = 0;
|
||||
@@ -1287,7 +1287,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactManagerForUser>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall ConvertContactToVCardAsync(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall ConvertContactToVCardAsyncWithMaxBytes(void*, uint32_t, void**) noexcept = 0;
|
||||
@@ -1303,14 +1303,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactManagerForUser2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall ShowFullContactCard(void*, void*) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactManagerStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall ShowContactCard(void*, winrt::Windows::Foundation::Rect) noexcept = 0;
|
||||
virtual int32_t __stdcall ShowContactCardWithPlacement(void*, winrt::Windows::Foundation::Rect, int32_t) noexcept = 0;
|
||||
@@ -1319,14 +1319,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactManagerStatics2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall RequestStoreAsync(void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactManagerStatics3>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall ConvertContactToVCardAsync(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall ConvertContactToVCardAsyncWithMaxBytes(void*, uint32_t, void**) noexcept = 0;
|
||||
@@ -1346,14 +1346,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactManagerStatics4>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall GetForUser(void*, void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactManagerStatics5>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall IsShowFullContactCardSupportedAsync(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_IncludeMiddleNameInSystemDisplayAndSort(bool*) noexcept = 0;
|
||||
@@ -1362,7 +1362,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactMatchReason>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Field(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Segments(void**) noexcept = 0;
|
||||
@@ -1371,7 +1371,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactName>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_FirstName(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_FirstName(void*) noexcept = 0;
|
||||
@@ -1393,7 +1393,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactPanel>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall ClosePanel() noexcept = 0;
|
||||
virtual int32_t __stdcall get_HeaderColor(void**) noexcept = 0;
|
||||
@@ -1406,14 +1406,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactPanelClosingEventArgs>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall GetDeferral(void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactPanelLaunchFullAppRequestedEventArgs>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Handled(bool*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Handled(bool) noexcept = 0;
|
||||
@@ -1421,7 +1421,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactPhone>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Number(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Number(void*) noexcept = 0;
|
||||
@@ -1433,7 +1433,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactPicker>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_CommitButtonText(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_CommitButtonText(void*) noexcept = 0;
|
||||
@@ -1446,7 +1446,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactPicker2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_DesiredFieldsWithContactFieldType(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall PickContactAsync(void**) noexcept = 0;
|
||||
@@ -1455,14 +1455,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactPicker3>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_User(void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactPickerStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall CreateForUser(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall IsSupportedAsync(void**) noexcept = 0;
|
||||
@@ -1470,7 +1470,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactQueryOptions>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_TextSearch(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ContactListIds(void**) noexcept = 0;
|
||||
@@ -1485,7 +1485,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactQueryOptionsFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall CreateWithText(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateWithTextAndFields(void*, uint32_t, void**) noexcept = 0;
|
||||
@@ -1493,7 +1493,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactQueryTextSearch>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Fields(uint32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Fields(uint32_t) noexcept = 0;
|
||||
@@ -1505,7 +1505,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactReader>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall ReadBatchAsync(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall GetMatchingPropertiesWithMatchReason(void*, void**) noexcept = 0;
|
||||
@@ -1513,7 +1513,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactSignificantOther>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Name(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Name(void*) noexcept = 0;
|
||||
@@ -1523,7 +1523,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactSignificantOther2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Relationship(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Relationship(int32_t) noexcept = 0;
|
||||
@@ -1531,7 +1531,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactStore>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall FindContactsAsync(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall FindContactsWithSearchTextAsync(void*, void**) noexcept = 0;
|
||||
@@ -1540,7 +1540,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactStore2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_ChangeTracker(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall add_ContactChanged(void*, winrt::event_token*) noexcept = 0;
|
||||
@@ -1557,20 +1557,20 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactStore3>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall GetChangeTracker(void*, void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactStoreNotificationTriggerDetails>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactWebsite>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Uri(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Uri(void*) noexcept = 0;
|
||||
@@ -1580,7 +1580,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IContactWebsite2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_RawValue(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_RawValue(void*) noexcept = 0;
|
||||
@@ -1588,7 +1588,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IFullContactCardOptions>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_DesiredRemainingView(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_DesiredRemainingView(int32_t) noexcept = 0;
|
||||
@@ -1596,7 +1596,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IKnownContactFieldStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Email(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_PhoneNumber(void**) noexcept = 0;
|
||||
@@ -1608,14 +1608,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IPinnedContactIdsQueryResult>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_ContactIds(void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IPinnedContactManager>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_User(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall IsPinSurfaceSupported(int32_t, bool*) noexcept = 0;
|
||||
@@ -1629,7 +1629,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Contacts::IPinnedContactManagerStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall GetDefault(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall GetForUser(void*, void**) noexcept = 0;
|
||||
|
||||
Reference in New Issue
Block a user