mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
470 lines
32 KiB
C++
470 lines
32 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
|
|
|
|
#ifndef WINRT_Windows_ApplicationModel_Calls_1_H
|
|
#define WINRT_Windows_ApplicationModel_Calls_1_H
|
|
#include "winrt/impl/Windows.ApplicationModel.Calls.0.h"
|
|
WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Calls
|
|
{
|
|
struct __declspec(empty_bases) ICallAnswerEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICallAnswerEventArgs>
|
|
{
|
|
ICallAnswerEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ICallAnswerEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ICallAnswerEventArgs(ICallAnswerEventArgs const&) noexcept = default;
|
|
ICallAnswerEventArgs(ICallAnswerEventArgs&&) noexcept = default;
|
|
ICallAnswerEventArgs& operator=(ICallAnswerEventArgs const&) & noexcept = default;
|
|
ICallAnswerEventArgs& operator=(ICallAnswerEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ICallRejectEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICallRejectEventArgs>
|
|
{
|
|
ICallRejectEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ICallRejectEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ICallRejectEventArgs(ICallRejectEventArgs const&) noexcept = default;
|
|
ICallRejectEventArgs(ICallRejectEventArgs&&) noexcept = default;
|
|
ICallRejectEventArgs& operator=(ICallRejectEventArgs const&) & noexcept = default;
|
|
ICallRejectEventArgs& operator=(ICallRejectEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ICallStateChangeEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ICallStateChangeEventArgs>
|
|
{
|
|
ICallStateChangeEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ICallStateChangeEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ICallStateChangeEventArgs(ICallStateChangeEventArgs const&) noexcept = default;
|
|
ICallStateChangeEventArgs(ICallStateChangeEventArgs&&) noexcept = default;
|
|
ICallStateChangeEventArgs& operator=(ICallStateChangeEventArgs const&) & noexcept = default;
|
|
ICallStateChangeEventArgs& operator=(ICallStateChangeEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ILockScreenCallEndCallDeferral :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ILockScreenCallEndCallDeferral>
|
|
{
|
|
ILockScreenCallEndCallDeferral(std::nullptr_t = nullptr) noexcept {}
|
|
ILockScreenCallEndCallDeferral(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ILockScreenCallEndCallDeferral(ILockScreenCallEndCallDeferral const&) noexcept = default;
|
|
ILockScreenCallEndCallDeferral(ILockScreenCallEndCallDeferral&&) noexcept = default;
|
|
ILockScreenCallEndCallDeferral& operator=(ILockScreenCallEndCallDeferral const&) & noexcept = default;
|
|
ILockScreenCallEndCallDeferral& operator=(ILockScreenCallEndCallDeferral&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ILockScreenCallEndRequestedEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ILockScreenCallEndRequestedEventArgs>
|
|
{
|
|
ILockScreenCallEndRequestedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
ILockScreenCallEndRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ILockScreenCallEndRequestedEventArgs(ILockScreenCallEndRequestedEventArgs const&) noexcept = default;
|
|
ILockScreenCallEndRequestedEventArgs(ILockScreenCallEndRequestedEventArgs&&) noexcept = default;
|
|
ILockScreenCallEndRequestedEventArgs& operator=(ILockScreenCallEndRequestedEventArgs const&) & noexcept = default;
|
|
ILockScreenCallEndRequestedEventArgs& operator=(ILockScreenCallEndRequestedEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) ILockScreenCallUI :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<ILockScreenCallUI>
|
|
{
|
|
ILockScreenCallUI(std::nullptr_t = nullptr) noexcept {}
|
|
ILockScreenCallUI(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
ILockScreenCallUI(ILockScreenCallUI const&) noexcept = default;
|
|
ILockScreenCallUI(ILockScreenCallUI&&) noexcept = default;
|
|
ILockScreenCallUI& operator=(ILockScreenCallUI const&) & noexcept = default;
|
|
ILockScreenCallUI& operator=(ILockScreenCallUI&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IMuteChangeEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IMuteChangeEventArgs>
|
|
{
|
|
IMuteChangeEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IMuteChangeEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IMuteChangeEventArgs(IMuteChangeEventArgs const&) noexcept = default;
|
|
IMuteChangeEventArgs(IMuteChangeEventArgs&&) noexcept = default;
|
|
IMuteChangeEventArgs& operator=(IMuteChangeEventArgs const&) & noexcept = default;
|
|
IMuteChangeEventArgs& operator=(IMuteChangeEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallBlockingStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallBlockingStatics>
|
|
{
|
|
IPhoneCallBlockingStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallBlockingStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallBlockingStatics(IPhoneCallBlockingStatics const&) noexcept = default;
|
|
IPhoneCallBlockingStatics(IPhoneCallBlockingStatics&&) noexcept = default;
|
|
IPhoneCallBlockingStatics& operator=(IPhoneCallBlockingStatics const&) & noexcept = default;
|
|
IPhoneCallBlockingStatics& operator=(IPhoneCallBlockingStatics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallHistoryEntry :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallHistoryEntry>
|
|
{
|
|
IPhoneCallHistoryEntry(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallHistoryEntry(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallHistoryEntry(IPhoneCallHistoryEntry const&) noexcept = default;
|
|
IPhoneCallHistoryEntry(IPhoneCallHistoryEntry&&) noexcept = default;
|
|
IPhoneCallHistoryEntry& operator=(IPhoneCallHistoryEntry const&) & noexcept = default;
|
|
IPhoneCallHistoryEntry& operator=(IPhoneCallHistoryEntry&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallHistoryEntryAddress :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallHistoryEntryAddress>
|
|
{
|
|
IPhoneCallHistoryEntryAddress(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallHistoryEntryAddress(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallHistoryEntryAddress(IPhoneCallHistoryEntryAddress const&) noexcept = default;
|
|
IPhoneCallHistoryEntryAddress(IPhoneCallHistoryEntryAddress&&) noexcept = default;
|
|
IPhoneCallHistoryEntryAddress& operator=(IPhoneCallHistoryEntryAddress const&) & noexcept = default;
|
|
IPhoneCallHistoryEntryAddress& operator=(IPhoneCallHistoryEntryAddress&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallHistoryEntryAddressFactory :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallHistoryEntryAddressFactory>
|
|
{
|
|
IPhoneCallHistoryEntryAddressFactory(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallHistoryEntryAddressFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallHistoryEntryAddressFactory(IPhoneCallHistoryEntryAddressFactory const&) noexcept = default;
|
|
IPhoneCallHistoryEntryAddressFactory(IPhoneCallHistoryEntryAddressFactory&&) noexcept = default;
|
|
IPhoneCallHistoryEntryAddressFactory& operator=(IPhoneCallHistoryEntryAddressFactory const&) & noexcept = default;
|
|
IPhoneCallHistoryEntryAddressFactory& operator=(IPhoneCallHistoryEntryAddressFactory&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallHistoryEntryQueryOptions :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallHistoryEntryQueryOptions>
|
|
{
|
|
IPhoneCallHistoryEntryQueryOptions(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallHistoryEntryQueryOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallHistoryEntryQueryOptions(IPhoneCallHistoryEntryQueryOptions const&) noexcept = default;
|
|
IPhoneCallHistoryEntryQueryOptions(IPhoneCallHistoryEntryQueryOptions&&) noexcept = default;
|
|
IPhoneCallHistoryEntryQueryOptions& operator=(IPhoneCallHistoryEntryQueryOptions const&) & noexcept = default;
|
|
IPhoneCallHistoryEntryQueryOptions& operator=(IPhoneCallHistoryEntryQueryOptions&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallHistoryEntryReader :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallHistoryEntryReader>
|
|
{
|
|
IPhoneCallHistoryEntryReader(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallHistoryEntryReader(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallHistoryEntryReader(IPhoneCallHistoryEntryReader const&) noexcept = default;
|
|
IPhoneCallHistoryEntryReader(IPhoneCallHistoryEntryReader&&) noexcept = default;
|
|
IPhoneCallHistoryEntryReader& operator=(IPhoneCallHistoryEntryReader const&) & noexcept = default;
|
|
IPhoneCallHistoryEntryReader& operator=(IPhoneCallHistoryEntryReader&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallHistoryManagerForUser :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallHistoryManagerForUser>
|
|
{
|
|
IPhoneCallHistoryManagerForUser(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallHistoryManagerForUser(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallHistoryManagerForUser(IPhoneCallHistoryManagerForUser const&) noexcept = default;
|
|
IPhoneCallHistoryManagerForUser(IPhoneCallHistoryManagerForUser&&) noexcept = default;
|
|
IPhoneCallHistoryManagerForUser& operator=(IPhoneCallHistoryManagerForUser const&) & noexcept = default;
|
|
IPhoneCallHistoryManagerForUser& operator=(IPhoneCallHistoryManagerForUser&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallHistoryManagerStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallHistoryManagerStatics>
|
|
{
|
|
IPhoneCallHistoryManagerStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallHistoryManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallHistoryManagerStatics(IPhoneCallHistoryManagerStatics const&) noexcept = default;
|
|
IPhoneCallHistoryManagerStatics(IPhoneCallHistoryManagerStatics&&) noexcept = default;
|
|
IPhoneCallHistoryManagerStatics& operator=(IPhoneCallHistoryManagerStatics const&) & noexcept = default;
|
|
IPhoneCallHistoryManagerStatics& operator=(IPhoneCallHistoryManagerStatics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallHistoryManagerStatics2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallHistoryManagerStatics2>
|
|
{
|
|
IPhoneCallHistoryManagerStatics2(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallHistoryManagerStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallHistoryManagerStatics2(IPhoneCallHistoryManagerStatics2 const&) noexcept = default;
|
|
IPhoneCallHistoryManagerStatics2(IPhoneCallHistoryManagerStatics2&&) noexcept = default;
|
|
IPhoneCallHistoryManagerStatics2& operator=(IPhoneCallHistoryManagerStatics2 const&) & noexcept = default;
|
|
IPhoneCallHistoryManagerStatics2& operator=(IPhoneCallHistoryManagerStatics2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallHistoryStore :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallHistoryStore>
|
|
{
|
|
IPhoneCallHistoryStore(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallHistoryStore(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallHistoryStore(IPhoneCallHistoryStore const&) noexcept = default;
|
|
IPhoneCallHistoryStore(IPhoneCallHistoryStore&&) noexcept = default;
|
|
IPhoneCallHistoryStore& operator=(IPhoneCallHistoryStore const&) & noexcept = default;
|
|
IPhoneCallHistoryStore& operator=(IPhoneCallHistoryStore&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallManagerStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallManagerStatics>
|
|
{
|
|
IPhoneCallManagerStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallManagerStatics(IPhoneCallManagerStatics const&) noexcept = default;
|
|
IPhoneCallManagerStatics(IPhoneCallManagerStatics&&) noexcept = default;
|
|
IPhoneCallManagerStatics& operator=(IPhoneCallManagerStatics const&) & noexcept = default;
|
|
IPhoneCallManagerStatics& operator=(IPhoneCallManagerStatics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallManagerStatics2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallManagerStatics2>
|
|
{
|
|
IPhoneCallManagerStatics2(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallManagerStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallManagerStatics2(IPhoneCallManagerStatics2 const&) noexcept = default;
|
|
IPhoneCallManagerStatics2(IPhoneCallManagerStatics2&&) noexcept = default;
|
|
IPhoneCallManagerStatics2& operator=(IPhoneCallManagerStatics2 const&) & noexcept = default;
|
|
IPhoneCallManagerStatics2& operator=(IPhoneCallManagerStatics2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallStore :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallStore>
|
|
{
|
|
IPhoneCallStore(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallStore(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallStore(IPhoneCallStore const&) noexcept = default;
|
|
IPhoneCallStore(IPhoneCallStore&&) noexcept = default;
|
|
IPhoneCallStore& operator=(IPhoneCallStore const&) & noexcept = default;
|
|
IPhoneCallStore& operator=(IPhoneCallStore&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallVideoCapabilities :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallVideoCapabilities>
|
|
{
|
|
IPhoneCallVideoCapabilities(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallVideoCapabilities(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallVideoCapabilities(IPhoneCallVideoCapabilities const&) noexcept = default;
|
|
IPhoneCallVideoCapabilities(IPhoneCallVideoCapabilities&&) noexcept = default;
|
|
IPhoneCallVideoCapabilities& operator=(IPhoneCallVideoCapabilities const&) & noexcept = default;
|
|
IPhoneCallVideoCapabilities& operator=(IPhoneCallVideoCapabilities&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneCallVideoCapabilitiesManagerStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneCallVideoCapabilitiesManagerStatics>
|
|
{
|
|
IPhoneCallVideoCapabilitiesManagerStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneCallVideoCapabilitiesManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneCallVideoCapabilitiesManagerStatics(IPhoneCallVideoCapabilitiesManagerStatics const&) noexcept = default;
|
|
IPhoneCallVideoCapabilitiesManagerStatics(IPhoneCallVideoCapabilitiesManagerStatics&&) noexcept = default;
|
|
IPhoneCallVideoCapabilitiesManagerStatics& operator=(IPhoneCallVideoCapabilitiesManagerStatics const&) & noexcept = default;
|
|
IPhoneCallVideoCapabilitiesManagerStatics& operator=(IPhoneCallVideoCapabilitiesManagerStatics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneDialOptions :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneDialOptions>
|
|
{
|
|
IPhoneDialOptions(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneDialOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneDialOptions(IPhoneDialOptions const&) noexcept = default;
|
|
IPhoneDialOptions(IPhoneDialOptions&&) noexcept = default;
|
|
IPhoneDialOptions& operator=(IPhoneDialOptions const&) & noexcept = default;
|
|
IPhoneDialOptions& operator=(IPhoneDialOptions&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneLine :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneLine>
|
|
{
|
|
IPhoneLine(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneLine(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneLine(IPhoneLine const&) noexcept = default;
|
|
IPhoneLine(IPhoneLine&&) noexcept = default;
|
|
IPhoneLine& operator=(IPhoneLine const&) & noexcept = default;
|
|
IPhoneLine& operator=(IPhoneLine&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneLine2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneLine2>
|
|
{
|
|
IPhoneLine2(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneLine2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneLine2(IPhoneLine2 const&) noexcept = default;
|
|
IPhoneLine2(IPhoneLine2&&) noexcept = default;
|
|
IPhoneLine2& operator=(IPhoneLine2 const&) & noexcept = default;
|
|
IPhoneLine2& operator=(IPhoneLine2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneLineCellularDetails :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneLineCellularDetails>
|
|
{
|
|
IPhoneLineCellularDetails(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneLineCellularDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneLineCellularDetails(IPhoneLineCellularDetails const&) noexcept = default;
|
|
IPhoneLineCellularDetails(IPhoneLineCellularDetails&&) noexcept = default;
|
|
IPhoneLineCellularDetails& operator=(IPhoneLineCellularDetails const&) & noexcept = default;
|
|
IPhoneLineCellularDetails& operator=(IPhoneLineCellularDetails&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneLineConfiguration :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneLineConfiguration>
|
|
{
|
|
IPhoneLineConfiguration(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneLineConfiguration(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneLineConfiguration(IPhoneLineConfiguration const&) noexcept = default;
|
|
IPhoneLineConfiguration(IPhoneLineConfiguration&&) noexcept = default;
|
|
IPhoneLineConfiguration& operator=(IPhoneLineConfiguration const&) & noexcept = default;
|
|
IPhoneLineConfiguration& operator=(IPhoneLineConfiguration&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneLineStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneLineStatics>
|
|
{
|
|
IPhoneLineStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneLineStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneLineStatics(IPhoneLineStatics const&) noexcept = default;
|
|
IPhoneLineStatics(IPhoneLineStatics&&) noexcept = default;
|
|
IPhoneLineStatics& operator=(IPhoneLineStatics const&) & noexcept = default;
|
|
IPhoneLineStatics& operator=(IPhoneLineStatics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneLineTransportDevice :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneLineTransportDevice>
|
|
{
|
|
IPhoneLineTransportDevice(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneLineTransportDevice(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneLineTransportDevice(IPhoneLineTransportDevice const&) noexcept = default;
|
|
IPhoneLineTransportDevice(IPhoneLineTransportDevice&&) noexcept = default;
|
|
IPhoneLineTransportDevice& operator=(IPhoneLineTransportDevice const&) & noexcept = default;
|
|
IPhoneLineTransportDevice& operator=(IPhoneLineTransportDevice&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneLineTransportDeviceStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneLineTransportDeviceStatics>
|
|
{
|
|
IPhoneLineTransportDeviceStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneLineTransportDeviceStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneLineTransportDeviceStatics(IPhoneLineTransportDeviceStatics const&) noexcept = default;
|
|
IPhoneLineTransportDeviceStatics(IPhoneLineTransportDeviceStatics&&) noexcept = default;
|
|
IPhoneLineTransportDeviceStatics& operator=(IPhoneLineTransportDeviceStatics const&) & noexcept = default;
|
|
IPhoneLineTransportDeviceStatics& operator=(IPhoneLineTransportDeviceStatics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneLineWatcher :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneLineWatcher>
|
|
{
|
|
IPhoneLineWatcher(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneLineWatcher(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneLineWatcher(IPhoneLineWatcher const&) noexcept = default;
|
|
IPhoneLineWatcher(IPhoneLineWatcher&&) noexcept = default;
|
|
IPhoneLineWatcher& operator=(IPhoneLineWatcher const&) & noexcept = default;
|
|
IPhoneLineWatcher& operator=(IPhoneLineWatcher&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneLineWatcherEventArgs :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneLineWatcherEventArgs>
|
|
{
|
|
IPhoneLineWatcherEventArgs(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneLineWatcherEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneLineWatcherEventArgs(IPhoneLineWatcherEventArgs const&) noexcept = default;
|
|
IPhoneLineWatcherEventArgs(IPhoneLineWatcherEventArgs&&) noexcept = default;
|
|
IPhoneLineWatcherEventArgs& operator=(IPhoneLineWatcherEventArgs const&) & noexcept = default;
|
|
IPhoneLineWatcherEventArgs& operator=(IPhoneLineWatcherEventArgs&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IPhoneVoicemail :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IPhoneVoicemail>
|
|
{
|
|
IPhoneVoicemail(std::nullptr_t = nullptr) noexcept {}
|
|
IPhoneVoicemail(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IPhoneVoicemail(IPhoneVoicemail const&) noexcept = default;
|
|
IPhoneVoicemail(IPhoneVoicemail&&) noexcept = default;
|
|
IPhoneVoicemail& operator=(IPhoneVoicemail const&) & noexcept = default;
|
|
IPhoneVoicemail& operator=(IPhoneVoicemail&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IVoipCallCoordinator :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IVoipCallCoordinator>
|
|
{
|
|
IVoipCallCoordinator(std::nullptr_t = nullptr) noexcept {}
|
|
IVoipCallCoordinator(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IVoipCallCoordinator(IVoipCallCoordinator const&) noexcept = default;
|
|
IVoipCallCoordinator(IVoipCallCoordinator&&) noexcept = default;
|
|
IVoipCallCoordinator& operator=(IVoipCallCoordinator const&) & noexcept = default;
|
|
IVoipCallCoordinator& operator=(IVoipCallCoordinator&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IVoipCallCoordinator2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IVoipCallCoordinator2>,
|
|
impl::require<winrt::Windows::ApplicationModel::Calls::IVoipCallCoordinator2, winrt::Windows::ApplicationModel::Calls::IVoipCallCoordinator>
|
|
{
|
|
IVoipCallCoordinator2(std::nullptr_t = nullptr) noexcept {}
|
|
IVoipCallCoordinator2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IVoipCallCoordinator2(IVoipCallCoordinator2 const&) noexcept = default;
|
|
IVoipCallCoordinator2(IVoipCallCoordinator2&&) noexcept = default;
|
|
IVoipCallCoordinator2& operator=(IVoipCallCoordinator2 const&) & noexcept = default;
|
|
IVoipCallCoordinator2& operator=(IVoipCallCoordinator2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IVoipCallCoordinator3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IVoipCallCoordinator3>,
|
|
impl::require<winrt::Windows::ApplicationModel::Calls::IVoipCallCoordinator3, winrt::Windows::ApplicationModel::Calls::IVoipCallCoordinator>
|
|
{
|
|
IVoipCallCoordinator3(std::nullptr_t = nullptr) noexcept {}
|
|
IVoipCallCoordinator3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IVoipCallCoordinator3(IVoipCallCoordinator3 const&) noexcept = default;
|
|
IVoipCallCoordinator3(IVoipCallCoordinator3&&) noexcept = default;
|
|
IVoipCallCoordinator3& operator=(IVoipCallCoordinator3 const&) & noexcept = default;
|
|
IVoipCallCoordinator3& operator=(IVoipCallCoordinator3&&) & noexcept = default;
|
|
using impl::consume_t<IVoipCallCoordinator3, IVoipCallCoordinator3>::RequestNewIncomingCall;
|
|
using impl::consume_t<IVoipCallCoordinator3, winrt::Windows::ApplicationModel::Calls::IVoipCallCoordinator>::RequestNewIncomingCall;
|
|
};
|
|
struct __declspec(empty_bases) IVoipCallCoordinator4 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IVoipCallCoordinator4>,
|
|
impl::require<winrt::Windows::ApplicationModel::Calls::IVoipCallCoordinator4, winrt::Windows::ApplicationModel::Calls::IVoipCallCoordinator>
|
|
{
|
|
IVoipCallCoordinator4(std::nullptr_t = nullptr) noexcept {}
|
|
IVoipCallCoordinator4(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IVoipCallCoordinator4(IVoipCallCoordinator4 const&) noexcept = default;
|
|
IVoipCallCoordinator4(IVoipCallCoordinator4&&) noexcept = default;
|
|
IVoipCallCoordinator4& operator=(IVoipCallCoordinator4 const&) & noexcept = default;
|
|
IVoipCallCoordinator4& operator=(IVoipCallCoordinator4&&) & noexcept = default;
|
|
using impl::consume_t<IVoipCallCoordinator4, IVoipCallCoordinator4>::ReserveCallResourcesAsync;
|
|
using impl::consume_t<IVoipCallCoordinator4, winrt::Windows::ApplicationModel::Calls::IVoipCallCoordinator>::ReserveCallResourcesAsync;
|
|
};
|
|
struct __declspec(empty_bases) IVoipCallCoordinatorStatics :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IVoipCallCoordinatorStatics>
|
|
{
|
|
IVoipCallCoordinatorStatics(std::nullptr_t = nullptr) noexcept {}
|
|
IVoipCallCoordinatorStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IVoipCallCoordinatorStatics(IVoipCallCoordinatorStatics const&) noexcept = default;
|
|
IVoipCallCoordinatorStatics(IVoipCallCoordinatorStatics&&) noexcept = default;
|
|
IVoipCallCoordinatorStatics& operator=(IVoipCallCoordinatorStatics const&) & noexcept = default;
|
|
IVoipCallCoordinatorStatics& operator=(IVoipCallCoordinatorStatics&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IVoipPhoneCall :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IVoipPhoneCall>
|
|
{
|
|
IVoipPhoneCall(std::nullptr_t = nullptr) noexcept {}
|
|
IVoipPhoneCall(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IVoipPhoneCall(IVoipPhoneCall const&) noexcept = default;
|
|
IVoipPhoneCall(IVoipPhoneCall&&) noexcept = default;
|
|
IVoipPhoneCall& operator=(IVoipPhoneCall const&) & noexcept = default;
|
|
IVoipPhoneCall& operator=(IVoipPhoneCall&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IVoipPhoneCall2 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IVoipPhoneCall2>,
|
|
impl::require<winrt::Windows::ApplicationModel::Calls::IVoipPhoneCall2, winrt::Windows::ApplicationModel::Calls::IVoipPhoneCall>
|
|
{
|
|
IVoipPhoneCall2(std::nullptr_t = nullptr) noexcept {}
|
|
IVoipPhoneCall2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IVoipPhoneCall2(IVoipPhoneCall2 const&) noexcept = default;
|
|
IVoipPhoneCall2(IVoipPhoneCall2&&) noexcept = default;
|
|
IVoipPhoneCall2& operator=(IVoipPhoneCall2 const&) & noexcept = default;
|
|
IVoipPhoneCall2& operator=(IVoipPhoneCall2&&) & noexcept = default;
|
|
};
|
|
struct __declspec(empty_bases) IVoipPhoneCall3 :
|
|
winrt::Windows::Foundation::IInspectable,
|
|
impl::consume_t<IVoipPhoneCall3>,
|
|
impl::require<winrt::Windows::ApplicationModel::Calls::IVoipPhoneCall3, winrt::Windows::ApplicationModel::Calls::IVoipPhoneCall, winrt::Windows::ApplicationModel::Calls::IVoipPhoneCall2>
|
|
{
|
|
IVoipPhoneCall3(std::nullptr_t = nullptr) noexcept {}
|
|
IVoipPhoneCall3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
|
IVoipPhoneCall3(IVoipPhoneCall3 const&) noexcept = default;
|
|
IVoipPhoneCall3(IVoipPhoneCall3&&) noexcept = default;
|
|
IVoipPhoneCall3& operator=(IVoipPhoneCall3 const&) & noexcept = default;
|
|
IVoipPhoneCall3& operator=(IVoipPhoneCall3&&) & noexcept = default;
|
|
};
|
|
}
|
|
#endif
|