Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Windows.ApplicationModel.Calls.Background.1.h
T
2025-07-09 08:58:00 -07:00

53 lines
3.0 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_Calls_Background_1_H
#define WINRT_Windows_ApplicationModel_Calls_Background_1_H
#include "winrt/impl/Windows.ApplicationModel.Calls.Background.0.h"
WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Calls::Background
{
struct WINRT_IMPL_EMPTY_BASES IPhoneCallBlockedTriggerDetails :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPhoneCallBlockedTriggerDetails>
{
IPhoneCallBlockedTriggerDetails(std::nullptr_t = nullptr) noexcept {}
IPhoneCallBlockedTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IPhoneCallOriginDataRequestTriggerDetails :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPhoneCallOriginDataRequestTriggerDetails>
{
IPhoneCallOriginDataRequestTriggerDetails(std::nullptr_t = nullptr) noexcept {}
IPhoneCallOriginDataRequestTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IPhoneIncomingCallDismissedTriggerDetails :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPhoneIncomingCallDismissedTriggerDetails>
{
IPhoneIncomingCallDismissedTriggerDetails(std::nullptr_t = nullptr) noexcept {}
IPhoneIncomingCallDismissedTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IPhoneIncomingCallNotificationTriggerDetails :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPhoneIncomingCallNotificationTriggerDetails>
{
IPhoneIncomingCallNotificationTriggerDetails(std::nullptr_t = nullptr) noexcept {}
IPhoneIncomingCallNotificationTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IPhoneLineChangedTriggerDetails :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPhoneLineChangedTriggerDetails>
{
IPhoneLineChangedTriggerDetails(std::nullptr_t = nullptr) noexcept {}
IPhoneLineChangedTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IPhoneNewVoicemailMessageTriggerDetails :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPhoneNewVoicemailMessageTriggerDetails>
{
IPhoneNewVoicemailMessageTriggerDetails(std::nullptr_t = nullptr) noexcept {}
IPhoneNewVoicemailMessageTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
}
#endif