mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
194 lines
13 KiB
C++
194 lines
13 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Devices_Sms_2_H
|
|
#define WINRT_Windows_Devices_Sms_2_H
|
|
#include "winrt/impl/Windows.Foundation.1.h"
|
|
#include "winrt/impl/Windows.Foundation.Collections.1.h"
|
|
#include "winrt/impl/Windows.Devices.Sms.1.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Devices::Sms
|
|
{
|
|
struct SmsDeviceStatusChangedEventHandler : winrt::Windows::Foundation::IUnknown
|
|
{
|
|
SmsDeviceStatusChangedEventHandler(std::nullptr_t = nullptr) noexcept {}
|
|
SmsDeviceStatusChangedEventHandler(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IUnknown(ptr, take_ownership_from_abi) {}
|
|
template <typename L> SmsDeviceStatusChangedEventHandler(L lambda);
|
|
template <typename F> SmsDeviceStatusChangedEventHandler(F* function);
|
|
template <typename O, typename M> SmsDeviceStatusChangedEventHandler(O* object, M method);
|
|
template <typename O, typename M> SmsDeviceStatusChangedEventHandler(com_ptr<O>&& object, M method);
|
|
template <typename O, typename LM> SmsDeviceStatusChangedEventHandler(weak_ref<O>&& object, LM&& lambda_or_method);
|
|
template <typename O, typename M> SmsDeviceStatusChangedEventHandler(std::shared_ptr<O>&& object, M method);
|
|
template <typename O, typename LM> SmsDeviceStatusChangedEventHandler(std::weak_ptr<O>&& object, LM&& lambda_or_method);
|
|
auto operator()(winrt::Windows::Devices::Sms::SmsDevice const& sender) const;
|
|
};
|
|
struct SmsMessageReceivedEventHandler : winrt::Windows::Foundation::IUnknown
|
|
{
|
|
SmsMessageReceivedEventHandler(std::nullptr_t = nullptr) noexcept {}
|
|
SmsMessageReceivedEventHandler(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IUnknown(ptr, take_ownership_from_abi) {}
|
|
template <typename L> SmsMessageReceivedEventHandler(L lambda);
|
|
template <typename F> SmsMessageReceivedEventHandler(F* function);
|
|
template <typename O, typename M> SmsMessageReceivedEventHandler(O* object, M method);
|
|
template <typename O, typename M> SmsMessageReceivedEventHandler(com_ptr<O>&& object, M method);
|
|
template <typename O, typename LM> SmsMessageReceivedEventHandler(weak_ref<O>&& object, LM&& lambda_or_method);
|
|
template <typename O, typename M> SmsMessageReceivedEventHandler(std::shared_ptr<O>&& object, M method);
|
|
template <typename O, typename LM> SmsMessageReceivedEventHandler(std::weak_ptr<O>&& object, LM&& lambda_or_method);
|
|
auto operator()(winrt::Windows::Devices::Sms::SmsDevice const& sender, winrt::Windows::Devices::Sms::SmsMessageReceivedEventArgs const& e) const;
|
|
};
|
|
struct SmsEncodedLength
|
|
{
|
|
uint32_t SegmentCount {};
|
|
uint32_t CharacterCountLastSegment {};
|
|
uint32_t CharactersPerSegment {};
|
|
uint32_t ByteCountLastSegment {};
|
|
uint32_t BytesPerSegment {};
|
|
};
|
|
inline bool operator==(SmsEncodedLength const& left, SmsEncodedLength const& right) noexcept
|
|
{
|
|
return left.SegmentCount == right.SegmentCount && left.CharacterCountLastSegment == right.CharacterCountLastSegment && left.CharactersPerSegment == right.CharactersPerSegment && left.ByteCountLastSegment == right.ByteCountLastSegment && left.BytesPerSegment == right.BytesPerSegment;
|
|
}
|
|
inline bool operator!=(SmsEncodedLength const& left, SmsEncodedLength const& right) noexcept
|
|
{
|
|
return !(left == right);
|
|
}
|
|
struct WINRT_IMPL_EMPTY_BASES DeleteSmsMessageOperation : winrt::Windows::Foundation::IAsyncAction
|
|
{
|
|
DeleteSmsMessageOperation(std::nullptr_t) noexcept {}
|
|
DeleteSmsMessageOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IAsyncAction(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES DeleteSmsMessagesOperation : winrt::Windows::Foundation::IAsyncAction
|
|
{
|
|
DeleteSmsMessagesOperation(std::nullptr_t) noexcept {}
|
|
DeleteSmsMessagesOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IAsyncAction(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES GetSmsDeviceOperation : winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Devices::Sms::SmsDevice>
|
|
{
|
|
GetSmsDeviceOperation(std::nullptr_t) noexcept {}
|
|
GetSmsDeviceOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Devices::Sms::SmsDevice>(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES GetSmsMessageOperation : winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Devices::Sms::ISmsMessage>
|
|
{
|
|
GetSmsMessageOperation(std::nullptr_t) noexcept {}
|
|
GetSmsMessageOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IAsyncOperation<winrt::Windows::Devices::Sms::ISmsMessage>(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES GetSmsMessagesOperation : winrt::Windows::Foundation::IAsyncOperationWithProgress<winrt::Windows::Foundation::Collections::IVectorView<winrt::Windows::Devices::Sms::ISmsMessage>, int32_t>
|
|
{
|
|
GetSmsMessagesOperation(std::nullptr_t) noexcept {}
|
|
GetSmsMessagesOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IAsyncOperationWithProgress<winrt::Windows::Foundation::Collections::IVectorView<winrt::Windows::Devices::Sms::ISmsMessage>, int32_t>(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SendSmsMessageOperation : winrt::Windows::Foundation::IAsyncAction
|
|
{
|
|
SendSmsMessageOperation(std::nullptr_t) noexcept {}
|
|
SendSmsMessageOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IAsyncAction(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsAppMessage : winrt::Windows::Devices::Sms::ISmsAppMessage
|
|
{
|
|
SmsAppMessage(std::nullptr_t) noexcept {}
|
|
SmsAppMessage(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsAppMessage(ptr, take_ownership_from_abi) {}
|
|
SmsAppMessage();
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsBinaryMessage : winrt::Windows::Devices::Sms::ISmsBinaryMessage
|
|
{
|
|
SmsBinaryMessage(std::nullptr_t) noexcept {}
|
|
SmsBinaryMessage(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsBinaryMessage(ptr, take_ownership_from_abi) {}
|
|
SmsBinaryMessage();
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsBroadcastMessage : winrt::Windows::Devices::Sms::ISmsBroadcastMessage
|
|
{
|
|
SmsBroadcastMessage(std::nullptr_t) noexcept {}
|
|
SmsBroadcastMessage(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsBroadcastMessage(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsDevice : winrt::Windows::Devices::Sms::ISmsDevice
|
|
{
|
|
SmsDevice(std::nullptr_t) noexcept {}
|
|
SmsDevice(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsDevice(ptr, take_ownership_from_abi) {}
|
|
static auto GetDeviceSelector();
|
|
static auto FromIdAsync(param::hstring const& deviceId);
|
|
static auto GetDefaultAsync();
|
|
static auto FromNetworkAccountIdAsync(param::hstring const& networkAccountId);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsDevice2 : winrt::Windows::Devices::Sms::ISmsDevice2
|
|
{
|
|
SmsDevice2(std::nullptr_t) noexcept {}
|
|
SmsDevice2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsDevice2(ptr, take_ownership_from_abi) {}
|
|
static auto GetDeviceSelector();
|
|
static auto FromId(param::hstring const& deviceId);
|
|
static auto GetDefault();
|
|
static auto FromParentId(param::hstring const& parentDeviceId);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsDeviceMessageStore : winrt::Windows::Devices::Sms::ISmsDeviceMessageStore
|
|
{
|
|
SmsDeviceMessageStore(std::nullptr_t) noexcept {}
|
|
SmsDeviceMessageStore(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsDeviceMessageStore(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsFilterRule : winrt::Windows::Devices::Sms::ISmsFilterRule
|
|
{
|
|
SmsFilterRule(std::nullptr_t) noexcept {}
|
|
SmsFilterRule(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsFilterRule(ptr, take_ownership_from_abi) {}
|
|
explicit SmsFilterRule(winrt::Windows::Devices::Sms::SmsMessageType const& messageType);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsFilterRules : winrt::Windows::Devices::Sms::ISmsFilterRules
|
|
{
|
|
SmsFilterRules(std::nullptr_t) noexcept {}
|
|
SmsFilterRules(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsFilterRules(ptr, take_ownership_from_abi) {}
|
|
explicit SmsFilterRules(winrt::Windows::Devices::Sms::SmsFilterActionType const& actionType);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsMessageReceivedEventArgs : winrt::Windows::Devices::Sms::ISmsMessageReceivedEventArgs
|
|
{
|
|
SmsMessageReceivedEventArgs(std::nullptr_t) noexcept {}
|
|
SmsMessageReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsMessageReceivedEventArgs(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsMessageReceivedTriggerDetails : winrt::Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails
|
|
{
|
|
SmsMessageReceivedTriggerDetails(std::nullptr_t) noexcept {}
|
|
SmsMessageReceivedTriggerDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsMessageRegistration : winrt::Windows::Devices::Sms::ISmsMessageRegistration
|
|
{
|
|
SmsMessageRegistration(std::nullptr_t) noexcept {}
|
|
SmsMessageRegistration(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsMessageRegistration(ptr, take_ownership_from_abi) {}
|
|
[[nodiscard]] static auto AllRegistrations();
|
|
static auto Register(param::hstring const& id, winrt::Windows::Devices::Sms::SmsFilterRules const& filterRules);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsReceivedEventDetails : winrt::Windows::Devices::Sms::ISmsReceivedEventDetails,
|
|
impl::require<SmsReceivedEventDetails, winrt::Windows::Devices::Sms::ISmsReceivedEventDetails2>
|
|
{
|
|
SmsReceivedEventDetails(std::nullptr_t) noexcept {}
|
|
SmsReceivedEventDetails(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsReceivedEventDetails(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsSendMessageResult : winrt::Windows::Devices::Sms::ISmsSendMessageResult
|
|
{
|
|
SmsSendMessageResult(std::nullptr_t) noexcept {}
|
|
SmsSendMessageResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsSendMessageResult(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsStatusMessage : winrt::Windows::Devices::Sms::ISmsStatusMessage
|
|
{
|
|
SmsStatusMessage(std::nullptr_t) noexcept {}
|
|
SmsStatusMessage(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsStatusMessage(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsTextMessage : winrt::Windows::Devices::Sms::ISmsTextMessage
|
|
{
|
|
SmsTextMessage(std::nullptr_t) noexcept {}
|
|
SmsTextMessage(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsTextMessage(ptr, take_ownership_from_abi) {}
|
|
SmsTextMessage();
|
|
static auto FromBinaryMessage(winrt::Windows::Devices::Sms::SmsBinaryMessage const& binaryMessage);
|
|
static auto FromBinaryData(winrt::Windows::Devices::Sms::SmsDataFormat const& format, array_view<uint8_t const> value);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsTextMessage2 : winrt::Windows::Devices::Sms::ISmsTextMessage2
|
|
{
|
|
SmsTextMessage2(std::nullptr_t) noexcept {}
|
|
SmsTextMessage2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsTextMessage2(ptr, take_ownership_from_abi) {}
|
|
SmsTextMessage2();
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsVoicemailMessage : winrt::Windows::Devices::Sms::ISmsVoicemailMessage
|
|
{
|
|
SmsVoicemailMessage(std::nullptr_t) noexcept {}
|
|
SmsVoicemailMessage(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsVoicemailMessage(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES SmsWapMessage : winrt::Windows::Devices::Sms::ISmsWapMessage
|
|
{
|
|
SmsWapMessage(std::nullptr_t) noexcept {}
|
|
SmsWapMessage(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Sms::ISmsWapMessage(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|