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
+35
-35
@@ -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_Payments_0_H
|
||||
@@ -10,8 +10,8 @@ WINRT_EXPORT namespace winrt::Windows::Foundation
|
||||
}
|
||||
WINRT_EXPORT namespace winrt::Windows::Foundation::Collections
|
||||
{
|
||||
template <typename T> struct __declspec(empty_bases) IIterable;
|
||||
template <typename T> struct __declspec(empty_bases) IVectorView;
|
||||
template <typename T> struct WINRT_IMPL_EMPTY_BASES IIterable;
|
||||
template <typename T> struct WINRT_IMPL_EMPTY_BASES IVectorView;
|
||||
struct ValueSet;
|
||||
}
|
||||
WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Payments
|
||||
@@ -268,7 +268,7 @@ namespace winrt::impl
|
||||
template <> struct default_interface<winrt::Windows::ApplicationModel::Payments::PaymentToken>{ using type = winrt::Windows::ApplicationModel::Payments::IPaymentToken; };
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentAddress>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Country(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Country(void*) noexcept = 0;
|
||||
@@ -297,21 +297,21 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentCanMakePaymentResult>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentCanMakePaymentResultFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Create(int32_t, void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentCurrencyAmount>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Currency(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Currency(void*) noexcept = 0;
|
||||
@@ -323,7 +323,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentCurrencyAmountFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Create(void*, void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateWithCurrencySystem(void*, void*, void*, void**) noexcept = 0;
|
||||
@@ -331,7 +331,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentDetails>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Total(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Total(void*) noexcept = 0;
|
||||
@@ -345,7 +345,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentDetailsFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Create(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateWithDisplayItems(void*, void*, void**) noexcept = 0;
|
||||
@@ -353,7 +353,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentDetailsModifier>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_JsonData(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_SupportedMethodIds(void**) noexcept = 0;
|
||||
@@ -363,7 +363,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentDetailsModifierFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Create(void*, void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateWithAdditionalDisplayItems(void*, void*, void*, void**) noexcept = 0;
|
||||
@@ -372,7 +372,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentItem>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Label(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Label(void*) noexcept = 0;
|
||||
@@ -384,14 +384,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentItemFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Create(void*, void*, void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentMediator>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall GetSupportedMethodIdsAsync(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall SubmitPaymentRequestAsync(void*, void**) noexcept = 0;
|
||||
@@ -400,14 +400,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentMediator2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall CanMakePaymentAsync(void*, void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentMerchantInfo>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_PackageFullName(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Uri(void**) noexcept = 0;
|
||||
@@ -415,14 +415,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentMerchantInfoFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Create(void*, void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentMethodData>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_SupportedMethodIds(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_JsonData(void**) noexcept = 0;
|
||||
@@ -430,7 +430,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentMethodDataFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Create(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateWithJsonData(void*, void*, void**) noexcept = 0;
|
||||
@@ -438,7 +438,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentOptions>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_RequestPayerEmail(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_RequestPayerEmail(int32_t) noexcept = 0;
|
||||
@@ -454,7 +454,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentRequest>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_MerchantInfo(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Details(void**) noexcept = 0;
|
||||
@@ -464,14 +464,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentRequest2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Id(void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentRequestChangedArgs>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_ChangeKind(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ShippingAddress(void**) noexcept = 0;
|
||||
@@ -481,7 +481,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentRequestChangedResult>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_ChangeAcceptedByMerchant(bool*) noexcept = 0;
|
||||
virtual int32_t __stdcall put_ChangeAcceptedByMerchant(bool) noexcept = 0;
|
||||
@@ -493,7 +493,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentRequestChangedResultFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Create(bool, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateWithPaymentDetails(bool, void*, void**) noexcept = 0;
|
||||
@@ -501,7 +501,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentRequestFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Create(void*, void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateWithMerchantInfo(void*, void*, void*, void**) noexcept = 0;
|
||||
@@ -510,14 +510,14 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentRequestFactory2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall CreateWithMerchantInfoOptionsAndId(void*, void*, void*, void*, void*, void**) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentRequestSubmitResult>
|
||||
{
|
||||
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_Response(void**) noexcept = 0;
|
||||
@@ -525,7 +525,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentResponse>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_PaymentToken(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ShippingOption(void**) noexcept = 0;
|
||||
@@ -538,7 +538,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentShippingOption>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Label(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall put_Label(void*) noexcept = 0;
|
||||
@@ -552,7 +552,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentShippingOptionFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Create(void*, void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateWithSelected(void*, void*, bool, void**) noexcept = 0;
|
||||
@@ -561,7 +561,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentToken>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_PaymentMethodId(void**) noexcept = 0;
|
||||
virtual int32_t __stdcall get_JsonDetails(void**) noexcept = 0;
|
||||
@@ -569,7 +569,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::IPaymentTokenFactory>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall Create(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateWithJsonDetails(void*, void*, void**) noexcept = 0;
|
||||
@@ -577,7 +577,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::ApplicationModel::Payments::PaymentRequestChangedHandler>
|
||||
{
|
||||
struct __declspec(novtable) type : unknown_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : unknown_abi
|
||||
{
|
||||
virtual int32_t __stdcall Invoke(void*, void*) noexcept = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user