mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
53 lines
2.8 KiB
C++
53 lines
2.8 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_Payments_Provider_1_H
|
|
#define WINRT_Windows_ApplicationModel_Payments_Provider_1_H
|
|
#include "winrt/impl/Windows.ApplicationModel.Payments.Provider.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Payments::Provider
|
|
{
|
|
struct WINRT_IMPL_EMPTY_BASES IPaymentAppCanMakePaymentTriggerDetails :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPaymentAppCanMakePaymentTriggerDetails>
|
|
{
|
|
IPaymentAppCanMakePaymentTriggerDetails(std::nullptr_t = nullptr) noexcept {}
|
|
IPaymentAppCanMakePaymentTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IPaymentAppManager :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPaymentAppManager>
|
|
{
|
|
IPaymentAppManager(std::nullptr_t = nullptr) noexcept {}
|
|
IPaymentAppManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IPaymentAppManagerStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPaymentAppManagerStatics>
|
|
{
|
|
IPaymentAppManagerStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IPaymentAppManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IPaymentTransaction :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPaymentTransaction>
|
|
{
|
|
IPaymentTransaction(std::nullptr_t = nullptr) noexcept {}
|
|
IPaymentTransaction(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IPaymentTransactionAcceptResult :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPaymentTransactionAcceptResult>
|
|
{
|
|
IPaymentTransactionAcceptResult(std::nullptr_t = nullptr) noexcept {}
|
|
IPaymentTransactionAcceptResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES IPaymentTransactionStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPaymentTransactionStatics>
|
|
{
|
|
IPaymentTransactionStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IPaymentTransactionStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|