| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/cppwinrt/winrt/ |
Upload File : |
// C++/WinRT v2.0.190620.2
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#ifndef WINRT_Windows_Devices_Sms_H
#define WINRT_Windows_Devices_Sms_H
#include "winrt/base.h"
static_assert(winrt::check_version(CPPWINRT_VERSION, "2.0.190620.2"), "Mismatched C++/WinRT headers.");
#include "winrt/Windows.Devices.h"
#include "winrt/impl/Windows.Foundation.2.h"
#include "winrt/impl/Windows.Foundation.Collections.2.h"
#include "winrt/impl/Windows.Storage.Streams.2.h"
#include "winrt/impl/Windows.Devices.Sms.2.h"
namespace winrt::impl
{
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::Timestamp() const
{
Windows::Foundation::DateTime value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_Timestamp(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::To() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_To(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::To(param::hstring const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->put_To(*(void**)(&value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::From() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_From(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::Body() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_Body(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::Body(param::hstring const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->put_Body(*(void**)(&value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::CallbackNumber() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_CallbackNumber(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::CallbackNumber(param::hstring const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->put_CallbackNumber(*(void**)(&value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::IsDeliveryNotificationEnabled() const
{
bool value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_IsDeliveryNotificationEnabled(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::IsDeliveryNotificationEnabled(bool value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->put_IsDeliveryNotificationEnabled(value));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::RetryAttemptCount() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_RetryAttemptCount(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::RetryAttemptCount(int32_t value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->put_RetryAttemptCount(value));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::Encoding() const
{
Windows::Devices::Sms::SmsEncoding value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_Encoding(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::Encoding(Windows::Devices::Sms::SmsEncoding const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->put_Encoding(static_cast<int32_t>(value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::PortNumber() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_PortNumber(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::PortNumber(int32_t value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->put_PortNumber(value));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::TeleserviceId() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_TeleserviceId(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::TeleserviceId(int32_t value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->put_TeleserviceId(value));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::ProtocolId() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_ProtocolId(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::ProtocolId(int32_t value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->put_ProtocolId(value));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::BinaryBody() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->get_BinaryBody(&value));
return Windows::Storage::Streams::IBuffer{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsAppMessage<D>::BinaryBody(Windows::Storage::Streams::IBuffer const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsAppMessage)->put_BinaryBody(*(void**)(&value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBinaryMessage<D>::Format() const
{
Windows::Devices::Sms::SmsDataFormat value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBinaryMessage)->get_Format(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBinaryMessage<D>::Format(Windows::Devices::Sms::SmsDataFormat const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBinaryMessage)->put_Format(static_cast<int32_t>(value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBinaryMessage<D>::GetData() const
{
uint32_t value_impl_size{};
uint8_t* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBinaryMessage)->GetData(&value_impl_size, &value));
return com_array<uint8_t>{ value, value_impl_size, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBinaryMessage<D>::SetData(array_view<uint8_t const> value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBinaryMessage)->SetData(value.size(), get_abi(value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBroadcastMessage<D>::Timestamp() const
{
Windows::Foundation::DateTime value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBroadcastMessage)->get_Timestamp(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBroadcastMessage<D>::To() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBroadcastMessage)->get_To(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBroadcastMessage<D>::Body() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBroadcastMessage)->get_Body(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBroadcastMessage<D>::Channel() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBroadcastMessage)->get_Channel(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBroadcastMessage<D>::GeographicalScope() const
{
Windows::Devices::Sms::SmsGeographicalScope value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBroadcastMessage)->get_GeographicalScope(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBroadcastMessage<D>::MessageCode() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBroadcastMessage)->get_MessageCode(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBroadcastMessage<D>::UpdateNumber() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBroadcastMessage)->get_UpdateNumber(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBroadcastMessage<D>::BroadcastType() const
{
Windows::Devices::Sms::SmsBroadcastType value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBroadcastMessage)->get_BroadcastType(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBroadcastMessage<D>::IsEmergencyAlert() const
{
bool value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBroadcastMessage)->get_IsEmergencyAlert(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsBroadcastMessage<D>::IsUserPopupRequested() const
{
bool value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsBroadcastMessage)->get_IsUserPopupRequested(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice<D>::SendMessageAsync(Windows::Devices::Sms::ISmsMessage const& message) const
{
void* asyncInfo{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice)->SendMessageAsync(*(void**)(&message), &asyncInfo));
return Windows::Devices::Sms::SendSmsMessageOperation{ asyncInfo, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice<D>::CalculateLength(Windows::Devices::Sms::SmsTextMessage const& message) const
{
Windows::Devices::Sms::SmsEncodedLength encodedLength;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice)->CalculateLength(*(void**)(&message), put_abi(encodedLength)));
return encodedLength;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice<D>::AccountPhoneNumber() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice)->get_AccountPhoneNumber(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice<D>::CellularClass() const
{
Windows::Devices::Sms::CellularClass value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice)->get_CellularClass(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice<D>::MessageStore() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice)->get_MessageStore(&value));
return Windows::Devices::Sms::SmsDeviceMessageStore{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice<D>::DeviceStatus() const
{
Windows::Devices::Sms::SmsDeviceStatus value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice)->get_DeviceStatus(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice<D>::SmsMessageReceived(Windows::Devices::Sms::SmsMessageReceivedEventHandler const& eventHandler) const
{
winrt::event_token eventCookie;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice)->add_SmsMessageReceived(*(void**)(&eventHandler), put_abi(eventCookie)));
return eventCookie;
}
template <typename D> typename consume_Windows_Devices_Sms_ISmsDevice<D>::SmsMessageReceived_revoker consume_Windows_Devices_Sms_ISmsDevice<D>::SmsMessageReceived(auto_revoke_t, Windows::Devices::Sms::SmsMessageReceivedEventHandler const& eventHandler) const
{
return impl::make_event_revoker<D, SmsMessageReceived_revoker>(this, SmsMessageReceived(eventHandler));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice<D>::SmsMessageReceived(winrt::event_token const& eventCookie) const noexcept
{
WINRT_VERIFY_(0, WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice)->remove_SmsMessageReceived(impl::bind_in(eventCookie)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice<D>::SmsDeviceStatusChanged(Windows::Devices::Sms::SmsDeviceStatusChangedEventHandler const& eventHandler) const
{
winrt::event_token eventCookie;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice)->add_SmsDeviceStatusChanged(*(void**)(&eventHandler), put_abi(eventCookie)));
return eventCookie;
}
template <typename D> typename consume_Windows_Devices_Sms_ISmsDevice<D>::SmsDeviceStatusChanged_revoker consume_Windows_Devices_Sms_ISmsDevice<D>::SmsDeviceStatusChanged(auto_revoke_t, Windows::Devices::Sms::SmsDeviceStatusChangedEventHandler const& eventHandler) const
{
return impl::make_event_revoker<D, SmsDeviceStatusChanged_revoker>(this, SmsDeviceStatusChanged(eventHandler));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice<D>::SmsDeviceStatusChanged(winrt::event_token const& eventCookie) const noexcept
{
WINRT_VERIFY_(0, WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice)->remove_SmsDeviceStatusChanged(impl::bind_in(eventCookie)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2<D>::SmscAddress() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2)->get_SmscAddress(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2<D>::SmscAddress(param::hstring const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2)->put_SmscAddress(*(void**)(&value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2<D>::DeviceId() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2)->get_DeviceId(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2<D>::ParentDeviceId() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2)->get_ParentDeviceId(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2<D>::AccountPhoneNumber() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2)->get_AccountPhoneNumber(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2<D>::CellularClass() const
{
Windows::Devices::Sms::CellularClass value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2)->get_CellularClass(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2<D>::DeviceStatus() const
{
Windows::Devices::Sms::SmsDeviceStatus value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2)->get_DeviceStatus(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2<D>::CalculateLength(Windows::Devices::Sms::ISmsMessageBase const& message) const
{
Windows::Devices::Sms::SmsEncodedLength value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2)->CalculateLength(*(void**)(&message), put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2<D>::SendMessageAndGetResultAsync(Windows::Devices::Sms::ISmsMessageBase const& message) const
{
void* asyncInfo{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2)->SendMessageAndGetResultAsync(*(void**)(&message), &asyncInfo));
return Windows::Foundation::IAsyncOperation<Windows::Devices::Sms::SmsSendMessageResult>{ asyncInfo, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2<D>::DeviceStatusChanged(Windows::Foundation::TypedEventHandler<Windows::Devices::Sms::SmsDevice2, Windows::Foundation::IInspectable> const& eventHandler) const
{
winrt::event_token eventCookie;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2)->add_DeviceStatusChanged(*(void**)(&eventHandler), put_abi(eventCookie)));
return eventCookie;
}
template <typename D> typename consume_Windows_Devices_Sms_ISmsDevice2<D>::DeviceStatusChanged_revoker consume_Windows_Devices_Sms_ISmsDevice2<D>::DeviceStatusChanged(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Devices::Sms::SmsDevice2, Windows::Foundation::IInspectable> const& eventHandler) const
{
return impl::make_event_revoker<D, DeviceStatusChanged_revoker>(this, DeviceStatusChanged(eventHandler));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2<D>::DeviceStatusChanged(winrt::event_token const& eventCookie) const noexcept
{
WINRT_VERIFY_(0, WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2)->remove_DeviceStatusChanged(impl::bind_in(eventCookie)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2Statics<D>::GetDeviceSelector() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2Statics)->GetDeviceSelector(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2Statics<D>::FromId(param::hstring const& deviceId) const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2Statics)->FromId(*(void**)(&deviceId), &value));
return Windows::Devices::Sms::SmsDevice2{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2Statics<D>::GetDefault() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2Statics)->GetDefault(&value));
return Windows::Devices::Sms::SmsDevice2{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDevice2Statics<D>::FromParentId(param::hstring const& parentDeviceId) const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDevice2Statics)->FromParentId(*(void**)(&parentDeviceId), &value));
return Windows::Devices::Sms::SmsDevice2{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDeviceMessageStore<D>::DeleteMessageAsync(uint32_t messageId) const
{
void* asyncInfo{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDeviceMessageStore)->DeleteMessageAsync(messageId, &asyncInfo));
return Windows::Foundation::IAsyncAction{ asyncInfo, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDeviceMessageStore<D>::DeleteMessagesAsync(Windows::Devices::Sms::SmsMessageFilter const& messageFilter) const
{
void* asyncInfo{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDeviceMessageStore)->DeleteMessagesAsync(static_cast<int32_t>(messageFilter), &asyncInfo));
return Windows::Foundation::IAsyncAction{ asyncInfo, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDeviceMessageStore<D>::GetMessageAsync(uint32_t messageId) const
{
void* asyncInfo{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDeviceMessageStore)->GetMessageAsync(messageId, &asyncInfo));
return Windows::Foundation::IAsyncOperation<Windows::Devices::Sms::ISmsMessage>{ asyncInfo, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDeviceMessageStore<D>::GetMessagesAsync(Windows::Devices::Sms::SmsMessageFilter const& messageFilter) const
{
void* asyncInfo{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDeviceMessageStore)->GetMessagesAsync(static_cast<int32_t>(messageFilter), &asyncInfo));
return Windows::Foundation::IAsyncOperationWithProgress<Windows::Foundation::Collections::IVectorView<Windows::Devices::Sms::ISmsMessage>, int32_t>{ asyncInfo, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDeviceMessageStore<D>::MaxMessages() const
{
uint32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDeviceMessageStore)->get_MaxMessages(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDeviceStatics<D>::GetDeviceSelector() const
{
void* phstrDeviceClassSelector{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDeviceStatics)->GetDeviceSelector(&phstrDeviceClassSelector));
return hstring{ phstrDeviceClassSelector, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDeviceStatics<D>::FromIdAsync(param::hstring const& deviceId) const
{
void* asyncInfo{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDeviceStatics)->FromIdAsync(*(void**)(&deviceId), &asyncInfo));
return Windows::Foundation::IAsyncOperation<Windows::Devices::Sms::SmsDevice>{ asyncInfo, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDeviceStatics<D>::GetDefaultAsync() const
{
void* asyncInfo{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDeviceStatics)->GetDefaultAsync(&asyncInfo));
return Windows::Foundation::IAsyncOperation<Windows::Devices::Sms::SmsDevice>{ asyncInfo, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsDeviceStatics2<D>::FromNetworkAccountIdAsync(param::hstring const& networkAccountId) const
{
void* asyncInfo{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsDeviceStatics2)->FromNetworkAccountIdAsync(*(void**)(&networkAccountId), &asyncInfo));
return Windows::Foundation::IAsyncOperation<Windows::Devices::Sms::SmsDevice>{ asyncInfo, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::MessageType() const
{
Windows::Devices::Sms::SmsMessageType value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_MessageType(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::ImsiPrefixes() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_ImsiPrefixes(&value));
return Windows::Foundation::Collections::IVector<hstring>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::DeviceIds() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_DeviceIds(&value));
return Windows::Foundation::Collections::IVector<hstring>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::SenderNumbers() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_SenderNumbers(&value));
return Windows::Foundation::Collections::IVector<hstring>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::TextMessagePrefixes() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_TextMessagePrefixes(&value));
return Windows::Foundation::Collections::IVector<hstring>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::PortNumbers() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_PortNumbers(&value));
return Windows::Foundation::Collections::IVector<int32_t>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::CellularClass() const
{
Windows::Devices::Sms::CellularClass value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_CellularClass(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::CellularClass(Windows::Devices::Sms::CellularClass const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->put_CellularClass(static_cast<int32_t>(value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::ProtocolIds() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_ProtocolIds(&value));
return Windows::Foundation::Collections::IVector<int32_t>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::TeleserviceIds() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_TeleserviceIds(&value));
return Windows::Foundation::Collections::IVector<int32_t>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::WapApplicationIds() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_WapApplicationIds(&value));
return Windows::Foundation::Collections::IVector<hstring>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::WapContentTypes() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_WapContentTypes(&value));
return Windows::Foundation::Collections::IVector<hstring>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::BroadcastTypes() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_BroadcastTypes(&value));
return Windows::Foundation::Collections::IVector<Windows::Devices::Sms::SmsBroadcastType>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRule<D>::BroadcastChannels() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRule)->get_BroadcastChannels(&value));
return Windows::Foundation::Collections::IVector<int32_t>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRuleFactory<D>::CreateFilterRule(Windows::Devices::Sms::SmsMessageType const& messageType) const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRuleFactory)->CreateFilterRule(static_cast<int32_t>(messageType), &value));
return Windows::Devices::Sms::SmsFilterRule{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRules<D>::ActionType() const
{
Windows::Devices::Sms::SmsFilterActionType value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRules)->get_ActionType(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRules<D>::Rules() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRules)->get_Rules(&value));
return Windows::Foundation::Collections::IVector<Windows::Devices::Sms::SmsFilterRule>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsFilterRulesFactory<D>::CreateFilterRules(Windows::Devices::Sms::SmsFilterActionType const& actionType) const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsFilterRulesFactory)->CreateFilterRules(static_cast<int32_t>(actionType), &value));
return Windows::Devices::Sms::SmsFilterRules{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessage<D>::Id() const
{
uint32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessage)->get_Id(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessage<D>::MessageClass() const
{
Windows::Devices::Sms::SmsMessageClass value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessage)->get_MessageClass(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageBase<D>::MessageType() const
{
Windows::Devices::Sms::SmsMessageType value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageBase)->get_MessageType(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageBase<D>::DeviceId() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageBase)->get_DeviceId(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageBase<D>::CellularClass() const
{
Windows::Devices::Sms::CellularClass value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageBase)->get_CellularClass(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageBase<D>::MessageClass() const
{
Windows::Devices::Sms::SmsMessageClass value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageBase)->get_MessageClass(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageBase<D>::SimIccId() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageBase)->get_SimIccId(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageReceivedEventArgs<D>::TextMessage() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageReceivedEventArgs)->get_TextMessage(&value));
return Windows::Devices::Sms::SmsTextMessage{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageReceivedEventArgs<D>::BinaryMessage() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageReceivedEventArgs)->get_BinaryMessage(&value));
return Windows::Devices::Sms::SmsBinaryMessage{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageReceivedTriggerDetails<D>::MessageType() const
{
Windows::Devices::Sms::SmsMessageType value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails)->get_MessageType(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageReceivedTriggerDetails<D>::TextMessage() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails)->get_TextMessage(&value));
return Windows::Devices::Sms::SmsTextMessage2{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageReceivedTriggerDetails<D>::WapMessage() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails)->get_WapMessage(&value));
return Windows::Devices::Sms::SmsWapMessage{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageReceivedTriggerDetails<D>::AppMessage() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails)->get_AppMessage(&value));
return Windows::Devices::Sms::SmsAppMessage{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageReceivedTriggerDetails<D>::BroadcastMessage() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails)->get_BroadcastMessage(&value));
return Windows::Devices::Sms::SmsBroadcastMessage{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageReceivedTriggerDetails<D>::VoicemailMessage() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails)->get_VoicemailMessage(&value));
return Windows::Devices::Sms::SmsVoicemailMessage{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageReceivedTriggerDetails<D>::StatusMessage() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails)->get_StatusMessage(&value));
return Windows::Devices::Sms::SmsStatusMessage{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageReceivedTriggerDetails<D>::Drop() const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails)->Drop());
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageReceivedTriggerDetails<D>::Accept() const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails)->Accept());
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageRegistration<D>::Id() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageRegistration)->get_Id(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageRegistration<D>::Unregister() const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageRegistration)->Unregister());
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageRegistration<D>::MessageReceived(Windows::Foundation::TypedEventHandler<Windows::Devices::Sms::SmsMessageRegistration, Windows::Devices::Sms::SmsMessageReceivedTriggerDetails> const& eventHandler) const
{
winrt::event_token eventCookie;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageRegistration)->add_MessageReceived(*(void**)(&eventHandler), put_abi(eventCookie)));
return eventCookie;
}
template <typename D> typename consume_Windows_Devices_Sms_ISmsMessageRegistration<D>::MessageReceived_revoker consume_Windows_Devices_Sms_ISmsMessageRegistration<D>::MessageReceived(auto_revoke_t, Windows::Foundation::TypedEventHandler<Windows::Devices::Sms::SmsMessageRegistration, Windows::Devices::Sms::SmsMessageReceivedTriggerDetails> const& eventHandler) const
{
return impl::make_event_revoker<D, MessageReceived_revoker>(this, MessageReceived(eventHandler));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageRegistration<D>::MessageReceived(winrt::event_token const& eventCookie) const noexcept
{
WINRT_VERIFY_(0, WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageRegistration)->remove_MessageReceived(impl::bind_in(eventCookie)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageRegistrationStatics<D>::AllRegistrations() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageRegistrationStatics)->get_AllRegistrations(&value));
return Windows::Foundation::Collections::IVectorView<Windows::Devices::Sms::SmsMessageRegistration>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsMessageRegistrationStatics<D>::Register(param::hstring const& id, Windows::Devices::Sms::SmsFilterRules const& filterRules) const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsMessageRegistrationStatics)->Register(*(void**)(&id), *(void**)(&filterRules), &value));
return Windows::Devices::Sms::SmsMessageRegistration{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsReceivedEventDetails<D>::DeviceId() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsReceivedEventDetails)->get_DeviceId(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsReceivedEventDetails<D>::MessageIndex() const
{
uint32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsReceivedEventDetails)->get_MessageIndex(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsReceivedEventDetails2<D>::MessageClass() const
{
Windows::Devices::Sms::SmsMessageClass value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsReceivedEventDetails2)->get_MessageClass(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsReceivedEventDetails2<D>::BinaryMessage() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsReceivedEventDetails2)->get_BinaryMessage(&value));
return Windows::Devices::Sms::SmsBinaryMessage{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsSendMessageResult<D>::IsSuccessful() const
{
bool value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsSendMessageResult)->get_IsSuccessful(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsSendMessageResult<D>::MessageReferenceNumbers() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsSendMessageResult)->get_MessageReferenceNumbers(&value));
return Windows::Foundation::Collections::IVectorView<int32_t>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsSendMessageResult<D>::CellularClass() const
{
Windows::Devices::Sms::CellularClass value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsSendMessageResult)->get_CellularClass(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsSendMessageResult<D>::ModemErrorCode() const
{
Windows::Devices::Sms::SmsModemErrorCode value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsSendMessageResult)->get_ModemErrorCode(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsSendMessageResult<D>::IsErrorTransient() const
{
bool value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsSendMessageResult)->get_IsErrorTransient(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsSendMessageResult<D>::NetworkCauseCode() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsSendMessageResult)->get_NetworkCauseCode(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsSendMessageResult<D>::TransportFailureCause() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsSendMessageResult)->get_TransportFailureCause(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsStatusMessage<D>::To() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsStatusMessage)->get_To(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsStatusMessage<D>::From() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsStatusMessage)->get_From(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsStatusMessage<D>::Body() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsStatusMessage)->get_Body(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsStatusMessage<D>::Status() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsStatusMessage)->get_Status(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsStatusMessage<D>::MessageReferenceNumber() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsStatusMessage)->get_MessageReferenceNumber(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsStatusMessage<D>::ServiceCenterTimestamp() const
{
Windows::Foundation::DateTime value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsStatusMessage)->get_ServiceCenterTimestamp(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsStatusMessage<D>::DischargeTime() const
{
Windows::Foundation::DateTime value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsStatusMessage)->get_DischargeTime(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::Timestamp() const
{
Windows::Foundation::DateTime value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->get_Timestamp(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::PartReferenceId() const
{
uint32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->get_PartReferenceId(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::PartNumber() const
{
uint32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->get_PartNumber(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::PartCount() const
{
uint32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->get_PartCount(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::To() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->get_To(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::To(param::hstring const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->put_To(*(void**)(&value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::From() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->get_From(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::From(param::hstring const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->put_From(*(void**)(&value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::Body() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->get_Body(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::Body(param::hstring const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->put_Body(*(void**)(&value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::Encoding() const
{
Windows::Devices::Sms::SmsEncoding value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->get_Encoding(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::Encoding(Windows::Devices::Sms::SmsEncoding const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->put_Encoding(static_cast<int32_t>(value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage<D>::ToBinaryMessages(Windows::Devices::Sms::SmsDataFormat const& format) const
{
void* messages{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage)->ToBinaryMessages(static_cast<int32_t>(format), &messages));
return Windows::Foundation::Collections::IVectorView<Windows::Devices::Sms::ISmsBinaryMessage>{ messages, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::Timestamp() const
{
Windows::Foundation::DateTime value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->get_Timestamp(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::To() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->get_To(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::To(param::hstring const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->put_To(*(void**)(&value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::From() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->get_From(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::Body() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->get_Body(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::Body(param::hstring const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->put_Body(*(void**)(&value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::Encoding() const
{
Windows::Devices::Sms::SmsEncoding value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->get_Encoding(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::Encoding(Windows::Devices::Sms::SmsEncoding const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->put_Encoding(static_cast<int32_t>(value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::CallbackNumber() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->get_CallbackNumber(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::CallbackNumber(param::hstring const& value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->put_CallbackNumber(*(void**)(&value)));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::IsDeliveryNotificationEnabled() const
{
bool value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->get_IsDeliveryNotificationEnabled(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::IsDeliveryNotificationEnabled(bool value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->put_IsDeliveryNotificationEnabled(value));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::RetryAttemptCount() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->get_RetryAttemptCount(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::RetryAttemptCount(int32_t value) const
{
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->put_RetryAttemptCount(value));
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::TeleserviceId() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->get_TeleserviceId(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessage2<D>::ProtocolId() const
{
int32_t value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessage2)->get_ProtocolId(&value));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessageStatics<D>::FromBinaryMessage(Windows::Devices::Sms::SmsBinaryMessage const& binaryMessage) const
{
void* textMessage{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessageStatics)->FromBinaryMessage(*(void**)(&binaryMessage), &textMessage));
return Windows::Devices::Sms::SmsTextMessage{ textMessage, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsTextMessageStatics<D>::FromBinaryData(Windows::Devices::Sms::SmsDataFormat const& format, array_view<uint8_t const> value) const
{
void* textMessage{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsTextMessageStatics)->FromBinaryData(static_cast<int32_t>(format), value.size(), get_abi(value), &textMessage));
return Windows::Devices::Sms::SmsTextMessage{ textMessage, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsVoicemailMessage<D>::Timestamp() const
{
Windows::Foundation::DateTime value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsVoicemailMessage)->get_Timestamp(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsVoicemailMessage<D>::To() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsVoicemailMessage)->get_To(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsVoicemailMessage<D>::Body() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsVoicemailMessage)->get_Body(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsVoicemailMessage<D>::MessageCount() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsVoicemailMessage)->get_MessageCount(&value));
return Windows::Foundation::IReference<int32_t>{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsWapMessage<D>::Timestamp() const
{
Windows::Foundation::DateTime value;
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsWapMessage)->get_Timestamp(put_abi(value)));
return value;
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsWapMessage<D>::To() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsWapMessage)->get_To(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsWapMessage<D>::From() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsWapMessage)->get_From(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsWapMessage<D>::ApplicationId() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsWapMessage)->get_ApplicationId(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsWapMessage<D>::ContentType() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsWapMessage)->get_ContentType(&value));
return hstring{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsWapMessage<D>::BinaryBody() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsWapMessage)->get_BinaryBody(&value));
return Windows::Storage::Streams::IBuffer{ value, take_ownership_from_abi };
}
template <typename D> auto consume_Windows_Devices_Sms_ISmsWapMessage<D>::Headers() const
{
void* value{};
check_hresult(WINRT_IMPL_SHIM(Windows::Devices::Sms::ISmsWapMessage)->get_Headers(&value));
return Windows::Foundation::Collections::IMap<hstring, hstring>{ value, take_ownership_from_abi };
}
template <typename H> struct delegate<Windows::Devices::Sms::SmsDeviceStatusChangedEventHandler, H> : implements_delegate<Windows::Devices::Sms::SmsDeviceStatusChangedEventHandler, H>
{
delegate(H&& handler) : implements_delegate<Windows::Devices::Sms::SmsDeviceStatusChangedEventHandler, H>(std::forward<H>(handler)) {}
int32_t __stdcall Invoke(void* sender) noexcept final try
{
(*this)(*reinterpret_cast<Windows::Devices::Sms::SmsDevice const*>(&sender));
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename H> struct delegate<Windows::Devices::Sms::SmsMessageReceivedEventHandler, H> : implements_delegate<Windows::Devices::Sms::SmsMessageReceivedEventHandler, H>
{
delegate(H&& handler) : implements_delegate<Windows::Devices::Sms::SmsMessageReceivedEventHandler, H>(std::forward<H>(handler)) {}
int32_t __stdcall Invoke(void* sender, void* e) noexcept final try
{
(*this)(*reinterpret_cast<Windows::Devices::Sms::SmsDevice const*>(&sender), *reinterpret_cast<Windows::Devices::Sms::SmsMessageReceivedEventArgs const*>(&e));
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsAppMessage> : produce_base<D, Windows::Devices::Sms::ISmsAppMessage>
{
int32_t __stdcall get_Timestamp(int64_t* value) noexcept final try
{
zero_abi<Windows::Foundation::DateTime>(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::DateTime>(this->shim().Timestamp());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_To(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().To());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_To(void* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().To(*reinterpret_cast<hstring const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_From(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().From());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Body(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().Body());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_Body(void* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().Body(*reinterpret_cast<hstring const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_CallbackNumber(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().CallbackNumber());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_CallbackNumber(void* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().CallbackNumber(*reinterpret_cast<hstring const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_IsDeliveryNotificationEnabled(bool* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<bool>(this->shim().IsDeliveryNotificationEnabled());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_IsDeliveryNotificationEnabled(bool value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().IsDeliveryNotificationEnabled(value);
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_RetryAttemptCount(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().RetryAttemptCount());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_RetryAttemptCount(int32_t value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().RetryAttemptCount(value);
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Encoding(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsEncoding>(this->shim().Encoding());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_Encoding(int32_t value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().Encoding(*reinterpret_cast<Windows::Devices::Sms::SmsEncoding const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_PortNumber(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().PortNumber());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_PortNumber(int32_t value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().PortNumber(value);
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_TeleserviceId(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().TeleserviceId());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_TeleserviceId(int32_t value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().TeleserviceId(value);
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_ProtocolId(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().ProtocolId());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_ProtocolId(int32_t value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().ProtocolId(value);
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_BinaryBody(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Storage::Streams::IBuffer>(this->shim().BinaryBody());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_BinaryBody(void* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().BinaryBody(*reinterpret_cast<Windows::Storage::Streams::IBuffer const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsBinaryMessage> : produce_base<D, Windows::Devices::Sms::ISmsBinaryMessage>
{
int32_t __stdcall get_Format(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsDataFormat>(this->shim().Format());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_Format(int32_t value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().Format(*reinterpret_cast<Windows::Devices::Sms::SmsDataFormat const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall GetData(uint32_t* __valueSize, uint8_t** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
std::tie(*__valueSize, *value) = detach_abi(this->shim().GetData());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall SetData(uint32_t __valueSize, uint8_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().SetData(array_view<uint8_t const>(reinterpret_cast<uint8_t const *>(value), reinterpret_cast<uint8_t const *>(value) + __valueSize));
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsBroadcastMessage> : produce_base<D, Windows::Devices::Sms::ISmsBroadcastMessage>
{
int32_t __stdcall get_Timestamp(int64_t* value) noexcept final try
{
zero_abi<Windows::Foundation::DateTime>(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::DateTime>(this->shim().Timestamp());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_To(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().To());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Body(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().Body());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Channel(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().Channel());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_GeographicalScope(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsGeographicalScope>(this->shim().GeographicalScope());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_MessageCode(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().MessageCode());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_UpdateNumber(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().UpdateNumber());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_BroadcastType(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsBroadcastType>(this->shim().BroadcastType());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_IsEmergencyAlert(bool* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<bool>(this->shim().IsEmergencyAlert());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_IsUserPopupRequested(bool* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<bool>(this->shim().IsUserPopupRequested());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsDevice> : produce_base<D, Windows::Devices::Sms::ISmsDevice>
{
int32_t __stdcall SendMessageAsync(void* message, void** asyncInfo) noexcept final try
{
clear_abi(asyncInfo);
typename D::abi_guard guard(this->shim());
*asyncInfo = detach_from<Windows::Devices::Sms::SendSmsMessageOperation>(this->shim().SendMessageAsync(*reinterpret_cast<Windows::Devices::Sms::ISmsMessage const*>(&message)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall CalculateLength(void* message, struct struct_Windows_Devices_Sms_SmsEncodedLength* encodedLength) noexcept final try
{
zero_abi<Windows::Devices::Sms::SmsEncodedLength>(encodedLength);
typename D::abi_guard guard(this->shim());
*encodedLength = detach_from<Windows::Devices::Sms::SmsEncodedLength>(this->shim().CalculateLength(*reinterpret_cast<Windows::Devices::Sms::SmsTextMessage const*>(&message)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_AccountPhoneNumber(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().AccountPhoneNumber());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_CellularClass(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::CellularClass>(this->shim().CellularClass());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_MessageStore(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsDeviceMessageStore>(this->shim().MessageStore());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_DeviceStatus(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsDeviceStatus>(this->shim().DeviceStatus());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall add_SmsMessageReceived(void* eventHandler, winrt::event_token* eventCookie) noexcept final try
{
zero_abi<winrt::event_token>(eventCookie);
typename D::abi_guard guard(this->shim());
*eventCookie = detach_from<winrt::event_token>(this->shim().SmsMessageReceived(*reinterpret_cast<Windows::Devices::Sms::SmsMessageReceivedEventHandler const*>(&eventHandler)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall remove_SmsMessageReceived(winrt::event_token eventCookie) noexcept final
{
typename D::abi_guard guard(this->shim());
this->shim().SmsMessageReceived(*reinterpret_cast<winrt::event_token const*>(&eventCookie));
return 0;
}
int32_t __stdcall add_SmsDeviceStatusChanged(void* eventHandler, winrt::event_token* eventCookie) noexcept final try
{
zero_abi<winrt::event_token>(eventCookie);
typename D::abi_guard guard(this->shim());
*eventCookie = detach_from<winrt::event_token>(this->shim().SmsDeviceStatusChanged(*reinterpret_cast<Windows::Devices::Sms::SmsDeviceStatusChangedEventHandler const*>(&eventHandler)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall remove_SmsDeviceStatusChanged(winrt::event_token eventCookie) noexcept final
{
typename D::abi_guard guard(this->shim());
this->shim().SmsDeviceStatusChanged(*reinterpret_cast<winrt::event_token const*>(&eventCookie));
return 0;
}
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsDevice2> : produce_base<D, Windows::Devices::Sms::ISmsDevice2>
{
int32_t __stdcall get_SmscAddress(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().SmscAddress());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_SmscAddress(void* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().SmscAddress(*reinterpret_cast<hstring const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_DeviceId(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().DeviceId());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_ParentDeviceId(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().ParentDeviceId());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_AccountPhoneNumber(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().AccountPhoneNumber());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_CellularClass(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::CellularClass>(this->shim().CellularClass());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_DeviceStatus(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsDeviceStatus>(this->shim().DeviceStatus());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall CalculateLength(void* message, struct struct_Windows_Devices_Sms_SmsEncodedLength* value) noexcept final try
{
zero_abi<Windows::Devices::Sms::SmsEncodedLength>(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsEncodedLength>(this->shim().CalculateLength(*reinterpret_cast<Windows::Devices::Sms::ISmsMessageBase const*>(&message)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall SendMessageAndGetResultAsync(void* message, void** asyncInfo) noexcept final try
{
clear_abi(asyncInfo);
typename D::abi_guard guard(this->shim());
*asyncInfo = detach_from<Windows::Foundation::IAsyncOperation<Windows::Devices::Sms::SmsSendMessageResult>>(this->shim().SendMessageAndGetResultAsync(*reinterpret_cast<Windows::Devices::Sms::ISmsMessageBase const*>(&message)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall add_DeviceStatusChanged(void* eventHandler, winrt::event_token* eventCookie) noexcept final try
{
zero_abi<winrt::event_token>(eventCookie);
typename D::abi_guard guard(this->shim());
*eventCookie = detach_from<winrt::event_token>(this->shim().DeviceStatusChanged(*reinterpret_cast<Windows::Foundation::TypedEventHandler<Windows::Devices::Sms::SmsDevice2, Windows::Foundation::IInspectable> const*>(&eventHandler)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall remove_DeviceStatusChanged(winrt::event_token eventCookie) noexcept final
{
typename D::abi_guard guard(this->shim());
this->shim().DeviceStatusChanged(*reinterpret_cast<winrt::event_token const*>(&eventCookie));
return 0;
}
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsDevice2Statics> : produce_base<D, Windows::Devices::Sms::ISmsDevice2Statics>
{
int32_t __stdcall GetDeviceSelector(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().GetDeviceSelector());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall FromId(void* deviceId, void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsDevice2>(this->shim().FromId(*reinterpret_cast<hstring const*>(&deviceId)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall GetDefault(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsDevice2>(this->shim().GetDefault());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall FromParentId(void* parentDeviceId, void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsDevice2>(this->shim().FromParentId(*reinterpret_cast<hstring const*>(&parentDeviceId)));
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsDeviceMessageStore> : produce_base<D, Windows::Devices::Sms::ISmsDeviceMessageStore>
{
int32_t __stdcall DeleteMessageAsync(uint32_t messageId, void** asyncInfo) noexcept final try
{
clear_abi(asyncInfo);
typename D::abi_guard guard(this->shim());
*asyncInfo = detach_from<Windows::Foundation::IAsyncAction>(this->shim().DeleteMessageAsync(messageId));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall DeleteMessagesAsync(int32_t messageFilter, void** asyncInfo) noexcept final try
{
clear_abi(asyncInfo);
typename D::abi_guard guard(this->shim());
*asyncInfo = detach_from<Windows::Foundation::IAsyncAction>(this->shim().DeleteMessagesAsync(*reinterpret_cast<Windows::Devices::Sms::SmsMessageFilter const*>(&messageFilter)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall GetMessageAsync(uint32_t messageId, void** asyncInfo) noexcept final try
{
clear_abi(asyncInfo);
typename D::abi_guard guard(this->shim());
*asyncInfo = detach_from<Windows::Foundation::IAsyncOperation<Windows::Devices::Sms::ISmsMessage>>(this->shim().GetMessageAsync(messageId));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall GetMessagesAsync(int32_t messageFilter, void** asyncInfo) noexcept final try
{
clear_abi(asyncInfo);
typename D::abi_guard guard(this->shim());
*asyncInfo = detach_from<Windows::Foundation::IAsyncOperationWithProgress<Windows::Foundation::Collections::IVectorView<Windows::Devices::Sms::ISmsMessage>, int32_t>>(this->shim().GetMessagesAsync(*reinterpret_cast<Windows::Devices::Sms::SmsMessageFilter const*>(&messageFilter)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_MaxMessages(uint32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<uint32_t>(this->shim().MaxMessages());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsDeviceStatics> : produce_base<D, Windows::Devices::Sms::ISmsDeviceStatics>
{
int32_t __stdcall GetDeviceSelector(void** phstrDeviceClassSelector) noexcept final try
{
clear_abi(phstrDeviceClassSelector);
typename D::abi_guard guard(this->shim());
*phstrDeviceClassSelector = detach_from<hstring>(this->shim().GetDeviceSelector());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall FromIdAsync(void* deviceId, void** asyncInfo) noexcept final try
{
clear_abi(asyncInfo);
typename D::abi_guard guard(this->shim());
*asyncInfo = detach_from<Windows::Foundation::IAsyncOperation<Windows::Devices::Sms::SmsDevice>>(this->shim().FromIdAsync(*reinterpret_cast<hstring const*>(&deviceId)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall GetDefaultAsync(void** asyncInfo) noexcept final try
{
clear_abi(asyncInfo);
typename D::abi_guard guard(this->shim());
*asyncInfo = detach_from<Windows::Foundation::IAsyncOperation<Windows::Devices::Sms::SmsDevice>>(this->shim().GetDefaultAsync());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsDeviceStatics2> : produce_base<D, Windows::Devices::Sms::ISmsDeviceStatics2>
{
int32_t __stdcall FromNetworkAccountIdAsync(void* networkAccountId, void** asyncInfo) noexcept final try
{
clear_abi(asyncInfo);
typename D::abi_guard guard(this->shim());
*asyncInfo = detach_from<Windows::Foundation::IAsyncOperation<Windows::Devices::Sms::SmsDevice>>(this->shim().FromNetworkAccountIdAsync(*reinterpret_cast<hstring const*>(&networkAccountId)));
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsFilterRule> : produce_base<D, Windows::Devices::Sms::ISmsFilterRule>
{
int32_t __stdcall get_MessageType(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsMessageType>(this->shim().MessageType());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_ImsiPrefixes(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<hstring>>(this->shim().ImsiPrefixes());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_DeviceIds(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<hstring>>(this->shim().DeviceIds());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_SenderNumbers(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<hstring>>(this->shim().SenderNumbers());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_TextMessagePrefixes(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<hstring>>(this->shim().TextMessagePrefixes());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_PortNumbers(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<int32_t>>(this->shim().PortNumbers());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_CellularClass(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::CellularClass>(this->shim().CellularClass());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_CellularClass(int32_t value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().CellularClass(*reinterpret_cast<Windows::Devices::Sms::CellularClass const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_ProtocolIds(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<int32_t>>(this->shim().ProtocolIds());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_TeleserviceIds(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<int32_t>>(this->shim().TeleserviceIds());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_WapApplicationIds(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<hstring>>(this->shim().WapApplicationIds());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_WapContentTypes(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<hstring>>(this->shim().WapContentTypes());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_BroadcastTypes(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<Windows::Devices::Sms::SmsBroadcastType>>(this->shim().BroadcastTypes());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_BroadcastChannels(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<int32_t>>(this->shim().BroadcastChannels());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsFilterRuleFactory> : produce_base<D, Windows::Devices::Sms::ISmsFilterRuleFactory>
{
int32_t __stdcall CreateFilterRule(int32_t messageType, void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsFilterRule>(this->shim().CreateFilterRule(*reinterpret_cast<Windows::Devices::Sms::SmsMessageType const*>(&messageType)));
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsFilterRules> : produce_base<D, Windows::Devices::Sms::ISmsFilterRules>
{
int32_t __stdcall get_ActionType(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsFilterActionType>(this->shim().ActionType());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Rules(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVector<Windows::Devices::Sms::SmsFilterRule>>(this->shim().Rules());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsFilterRulesFactory> : produce_base<D, Windows::Devices::Sms::ISmsFilterRulesFactory>
{
int32_t __stdcall CreateFilterRules(int32_t actionType, void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsFilterRules>(this->shim().CreateFilterRules(*reinterpret_cast<Windows::Devices::Sms::SmsFilterActionType const*>(&actionType)));
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsMessage> : produce_base<D, Windows::Devices::Sms::ISmsMessage>
{
int32_t __stdcall get_Id(uint32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<uint32_t>(this->shim().Id());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_MessageClass(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsMessageClass>(this->shim().MessageClass());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsMessageBase> : produce_base<D, Windows::Devices::Sms::ISmsMessageBase>
{
int32_t __stdcall get_MessageType(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsMessageType>(this->shim().MessageType());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_DeviceId(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().DeviceId());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_CellularClass(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::CellularClass>(this->shim().CellularClass());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_MessageClass(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsMessageClass>(this->shim().MessageClass());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_SimIccId(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().SimIccId());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsMessageReceivedEventArgs> : produce_base<D, Windows::Devices::Sms::ISmsMessageReceivedEventArgs>
{
int32_t __stdcall get_TextMessage(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsTextMessage>(this->shim().TextMessage());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_BinaryMessage(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsBinaryMessage>(this->shim().BinaryMessage());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails> : produce_base<D, Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails>
{
int32_t __stdcall get_MessageType(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsMessageType>(this->shim().MessageType());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_TextMessage(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsTextMessage2>(this->shim().TextMessage());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_WapMessage(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsWapMessage>(this->shim().WapMessage());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_AppMessage(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsAppMessage>(this->shim().AppMessage());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_BroadcastMessage(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsBroadcastMessage>(this->shim().BroadcastMessage());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_VoicemailMessage(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsVoicemailMessage>(this->shim().VoicemailMessage());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_StatusMessage(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsStatusMessage>(this->shim().StatusMessage());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall Drop() noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().Drop();
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall Accept() noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().Accept();
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsMessageRegistration> : produce_base<D, Windows::Devices::Sms::ISmsMessageRegistration>
{
int32_t __stdcall get_Id(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().Id());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall Unregister() noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().Unregister();
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall add_MessageReceived(void* eventHandler, winrt::event_token* eventCookie) noexcept final try
{
zero_abi<winrt::event_token>(eventCookie);
typename D::abi_guard guard(this->shim());
*eventCookie = detach_from<winrt::event_token>(this->shim().MessageReceived(*reinterpret_cast<Windows::Foundation::TypedEventHandler<Windows::Devices::Sms::SmsMessageRegistration, Windows::Devices::Sms::SmsMessageReceivedTriggerDetails> const*>(&eventHandler)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall remove_MessageReceived(winrt::event_token eventCookie) noexcept final
{
typename D::abi_guard guard(this->shim());
this->shim().MessageReceived(*reinterpret_cast<winrt::event_token const*>(&eventCookie));
return 0;
}
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsMessageRegistrationStatics> : produce_base<D, Windows::Devices::Sms::ISmsMessageRegistrationStatics>
{
int32_t __stdcall get_AllRegistrations(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVectorView<Windows::Devices::Sms::SmsMessageRegistration>>(this->shim().AllRegistrations());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall Register(void* id, void* filterRules, void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsMessageRegistration>(this->shim().Register(*reinterpret_cast<hstring const*>(&id), *reinterpret_cast<Windows::Devices::Sms::SmsFilterRules const*>(&filterRules)));
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsReceivedEventDetails> : produce_base<D, Windows::Devices::Sms::ISmsReceivedEventDetails>
{
int32_t __stdcall get_DeviceId(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().DeviceId());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_MessageIndex(uint32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<uint32_t>(this->shim().MessageIndex());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsReceivedEventDetails2> : produce_base<D, Windows::Devices::Sms::ISmsReceivedEventDetails2>
{
int32_t __stdcall get_MessageClass(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsMessageClass>(this->shim().MessageClass());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_BinaryMessage(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsBinaryMessage>(this->shim().BinaryMessage());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsSendMessageResult> : produce_base<D, Windows::Devices::Sms::ISmsSendMessageResult>
{
int32_t __stdcall get_IsSuccessful(bool* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<bool>(this->shim().IsSuccessful());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_MessageReferenceNumbers(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IVectorView<int32_t>>(this->shim().MessageReferenceNumbers());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_CellularClass(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::CellularClass>(this->shim().CellularClass());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_ModemErrorCode(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsModemErrorCode>(this->shim().ModemErrorCode());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_IsErrorTransient(bool* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<bool>(this->shim().IsErrorTransient());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_NetworkCauseCode(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().NetworkCauseCode());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_TransportFailureCause(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().TransportFailureCause());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsStatusMessage> : produce_base<D, Windows::Devices::Sms::ISmsStatusMessage>
{
int32_t __stdcall get_To(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().To());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_From(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().From());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Body(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().Body());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Status(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().Status());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_MessageReferenceNumber(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().MessageReferenceNumber());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_ServiceCenterTimestamp(int64_t* value) noexcept final try
{
zero_abi<Windows::Foundation::DateTime>(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::DateTime>(this->shim().ServiceCenterTimestamp());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_DischargeTime(int64_t* value) noexcept final try
{
zero_abi<Windows::Foundation::DateTime>(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::DateTime>(this->shim().DischargeTime());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsTextMessage> : produce_base<D, Windows::Devices::Sms::ISmsTextMessage>
{
int32_t __stdcall get_Timestamp(int64_t* value) noexcept final try
{
zero_abi<Windows::Foundation::DateTime>(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::DateTime>(this->shim().Timestamp());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_PartReferenceId(uint32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<uint32_t>(this->shim().PartReferenceId());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_PartNumber(uint32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<uint32_t>(this->shim().PartNumber());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_PartCount(uint32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<uint32_t>(this->shim().PartCount());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_To(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().To());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_To(void* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().To(*reinterpret_cast<hstring const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_From(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().From());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_From(void* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().From(*reinterpret_cast<hstring const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Body(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().Body());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_Body(void* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().Body(*reinterpret_cast<hstring const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Encoding(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsEncoding>(this->shim().Encoding());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_Encoding(int32_t value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().Encoding(*reinterpret_cast<Windows::Devices::Sms::SmsEncoding const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall ToBinaryMessages(int32_t format, void** messages) noexcept final try
{
clear_abi(messages);
typename D::abi_guard guard(this->shim());
*messages = detach_from<Windows::Foundation::Collections::IVectorView<Windows::Devices::Sms::ISmsBinaryMessage>>(this->shim().ToBinaryMessages(*reinterpret_cast<Windows::Devices::Sms::SmsDataFormat const*>(&format)));
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsTextMessage2> : produce_base<D, Windows::Devices::Sms::ISmsTextMessage2>
{
int32_t __stdcall get_Timestamp(int64_t* value) noexcept final try
{
zero_abi<Windows::Foundation::DateTime>(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::DateTime>(this->shim().Timestamp());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_To(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().To());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_To(void* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().To(*reinterpret_cast<hstring const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_From(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().From());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Body(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().Body());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_Body(void* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().Body(*reinterpret_cast<hstring const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Encoding(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Devices::Sms::SmsEncoding>(this->shim().Encoding());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_Encoding(int32_t value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().Encoding(*reinterpret_cast<Windows::Devices::Sms::SmsEncoding const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_CallbackNumber(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().CallbackNumber());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_CallbackNumber(void* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().CallbackNumber(*reinterpret_cast<hstring const*>(&value));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_IsDeliveryNotificationEnabled(bool* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<bool>(this->shim().IsDeliveryNotificationEnabled());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_IsDeliveryNotificationEnabled(bool value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().IsDeliveryNotificationEnabled(value);
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_RetryAttemptCount(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().RetryAttemptCount());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall put_RetryAttemptCount(int32_t value) noexcept final try
{
typename D::abi_guard guard(this->shim());
this->shim().RetryAttemptCount(value);
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_TeleserviceId(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().TeleserviceId());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_ProtocolId(int32_t* value) noexcept final try
{
typename D::abi_guard guard(this->shim());
*value = detach_from<int32_t>(this->shim().ProtocolId());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsTextMessageStatics> : produce_base<D, Windows::Devices::Sms::ISmsTextMessageStatics>
{
int32_t __stdcall FromBinaryMessage(void* binaryMessage, void** textMessage) noexcept final try
{
clear_abi(textMessage);
typename D::abi_guard guard(this->shim());
*textMessage = detach_from<Windows::Devices::Sms::SmsTextMessage>(this->shim().FromBinaryMessage(*reinterpret_cast<Windows::Devices::Sms::SmsBinaryMessage const*>(&binaryMessage)));
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall FromBinaryData(int32_t format, uint32_t __valueSize, uint8_t* value, void** textMessage) noexcept final try
{
clear_abi(textMessage);
typename D::abi_guard guard(this->shim());
*textMessage = detach_from<Windows::Devices::Sms::SmsTextMessage>(this->shim().FromBinaryData(*reinterpret_cast<Windows::Devices::Sms::SmsDataFormat const*>(&format), array_view<uint8_t const>(reinterpret_cast<uint8_t const *>(value), reinterpret_cast<uint8_t const *>(value) + __valueSize)));
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsVoicemailMessage> : produce_base<D, Windows::Devices::Sms::ISmsVoicemailMessage>
{
int32_t __stdcall get_Timestamp(int64_t* value) noexcept final try
{
zero_abi<Windows::Foundation::DateTime>(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::DateTime>(this->shim().Timestamp());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_To(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().To());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Body(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().Body());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_MessageCount(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::IReference<int32_t>>(this->shim().MessageCount());
return 0;
}
catch (...) { return to_hresult(); }
};
template <typename D>
struct produce<D, Windows::Devices::Sms::ISmsWapMessage> : produce_base<D, Windows::Devices::Sms::ISmsWapMessage>
{
int32_t __stdcall get_Timestamp(int64_t* value) noexcept final try
{
zero_abi<Windows::Foundation::DateTime>(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::DateTime>(this->shim().Timestamp());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_To(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().To());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_From(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().From());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_ApplicationId(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().ApplicationId());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_ContentType(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<hstring>(this->shim().ContentType());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_BinaryBody(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Storage::Streams::IBuffer>(this->shim().BinaryBody());
return 0;
}
catch (...) { return to_hresult(); }
int32_t __stdcall get_Headers(void** value) noexcept final try
{
clear_abi(value);
typename D::abi_guard guard(this->shim());
*value = detach_from<Windows::Foundation::Collections::IMap<hstring, hstring>>(this->shim().Headers());
return 0;
}
catch (...) { return to_hresult(); }
};
}
namespace winrt::Windows::Devices::Sms
{
inline SmsAppMessage::SmsAppMessage() :
SmsAppMessage(impl::call_factory<SmsAppMessage>([](auto&& f) { return f.template ActivateInstance<SmsAppMessage>(); }))
{
}
inline SmsBinaryMessage::SmsBinaryMessage() :
SmsBinaryMessage(impl::call_factory<SmsBinaryMessage>([](auto&& f) { return f.template ActivateInstance<SmsBinaryMessage>(); }))
{
}
inline auto SmsDevice::GetDeviceSelector()
{
return impl::call_factory<SmsDevice, Windows::Devices::Sms::ISmsDeviceStatics>([&](auto&& f) { return f.GetDeviceSelector(); });
}
inline auto SmsDevice::FromIdAsync(param::hstring const& deviceId)
{
return impl::call_factory<SmsDevice, Windows::Devices::Sms::ISmsDeviceStatics>([&](auto&& f) { return f.FromIdAsync(deviceId); });
}
inline auto SmsDevice::GetDefaultAsync()
{
return impl::call_factory<SmsDevice, Windows::Devices::Sms::ISmsDeviceStatics>([&](auto&& f) { return f.GetDefaultAsync(); });
}
inline auto SmsDevice::FromNetworkAccountIdAsync(param::hstring const& networkAccountId)
{
return impl::call_factory<SmsDevice, Windows::Devices::Sms::ISmsDeviceStatics2>([&](auto&& f) { return f.FromNetworkAccountIdAsync(networkAccountId); });
}
inline auto SmsDevice2::GetDeviceSelector()
{
return impl::call_factory<SmsDevice2, Windows::Devices::Sms::ISmsDevice2Statics>([&](auto&& f) { return f.GetDeviceSelector(); });
}
inline auto SmsDevice2::FromId(param::hstring const& deviceId)
{
return impl::call_factory<SmsDevice2, Windows::Devices::Sms::ISmsDevice2Statics>([&](auto&& f) { return f.FromId(deviceId); });
}
inline auto SmsDevice2::GetDefault()
{
return impl::call_factory<SmsDevice2, Windows::Devices::Sms::ISmsDevice2Statics>([&](auto&& f) { return f.GetDefault(); });
}
inline auto SmsDevice2::FromParentId(param::hstring const& parentDeviceId)
{
return impl::call_factory<SmsDevice2, Windows::Devices::Sms::ISmsDevice2Statics>([&](auto&& f) { return f.FromParentId(parentDeviceId); });
}
inline SmsFilterRule::SmsFilterRule(Windows::Devices::Sms::SmsMessageType const& messageType) :
SmsFilterRule(impl::call_factory<SmsFilterRule, Windows::Devices::Sms::ISmsFilterRuleFactory>([&](auto&& f) { return f.CreateFilterRule(messageType); }))
{
}
inline SmsFilterRules::SmsFilterRules(Windows::Devices::Sms::SmsFilterActionType const& actionType) :
SmsFilterRules(impl::call_factory<SmsFilterRules, Windows::Devices::Sms::ISmsFilterRulesFactory>([&](auto&& f) { return f.CreateFilterRules(actionType); }))
{
}
inline auto SmsMessageRegistration::AllRegistrations()
{
return impl::call_factory<SmsMessageRegistration, Windows::Devices::Sms::ISmsMessageRegistrationStatics>([&](auto&& f) { return f.AllRegistrations(); });
}
inline auto SmsMessageRegistration::Register(param::hstring const& id, Windows::Devices::Sms::SmsFilterRules const& filterRules)
{
return impl::call_factory<SmsMessageRegistration, Windows::Devices::Sms::ISmsMessageRegistrationStatics>([&](auto&& f) { return f.Register(id, filterRules); });
}
inline SmsTextMessage::SmsTextMessage() :
SmsTextMessage(impl::call_factory<SmsTextMessage>([](auto&& f) { return f.template ActivateInstance<SmsTextMessage>(); }))
{
}
inline auto SmsTextMessage::FromBinaryMessage(Windows::Devices::Sms::SmsBinaryMessage const& binaryMessage)
{
return impl::call_factory<SmsTextMessage, Windows::Devices::Sms::ISmsTextMessageStatics>([&](auto&& f) { return f.FromBinaryMessage(binaryMessage); });
}
inline auto SmsTextMessage::FromBinaryData(Windows::Devices::Sms::SmsDataFormat const& format, array_view<uint8_t const> value)
{
return impl::call_factory<SmsTextMessage, Windows::Devices::Sms::ISmsTextMessageStatics>([&](auto&& f) { return f.FromBinaryData(format, value); });
}
inline SmsTextMessage2::SmsTextMessage2() :
SmsTextMessage2(impl::call_factory<SmsTextMessage2>([](auto&& f) { return f.template ActivateInstance<SmsTextMessage2>(); }))
{
}
template <typename L> SmsDeviceStatusChangedEventHandler::SmsDeviceStatusChangedEventHandler(L handler) :
SmsDeviceStatusChangedEventHandler(impl::make_delegate<SmsDeviceStatusChangedEventHandler>(std::forward<L>(handler)))
{
}
template <typename F> SmsDeviceStatusChangedEventHandler::SmsDeviceStatusChangedEventHandler(F* handler) :
SmsDeviceStatusChangedEventHandler([=](auto&&... args) { return handler(args...); })
{
}
template <typename O, typename M> SmsDeviceStatusChangedEventHandler::SmsDeviceStatusChangedEventHandler(O* object, M method) :
SmsDeviceStatusChangedEventHandler([=](auto&&... args) { return ((*object).*(method))(args...); })
{
}
template <typename O, typename M> SmsDeviceStatusChangedEventHandler::SmsDeviceStatusChangedEventHandler(com_ptr<O>&& object, M method) :
SmsDeviceStatusChangedEventHandler([o = std::move(object), method](auto&&... args) { return ((*o).*(method))(args...); })
{
}
template <typename O, typename M> SmsDeviceStatusChangedEventHandler::SmsDeviceStatusChangedEventHandler(weak_ref<O>&& object, M method) :
SmsDeviceStatusChangedEventHandler([o = std::move(object), method](auto&&... args) { if (auto s = o.get()) { ((*s).*(method))(args...); } })
{
}
inline auto SmsDeviceStatusChangedEventHandler::operator()(Windows::Devices::Sms::SmsDevice const& sender) const
{
check_hresult((*(impl::abi_t<SmsDeviceStatusChangedEventHandler>**)this)->Invoke(*(void**)(&sender)));
}
template <typename L> SmsMessageReceivedEventHandler::SmsMessageReceivedEventHandler(L handler) :
SmsMessageReceivedEventHandler(impl::make_delegate<SmsMessageReceivedEventHandler>(std::forward<L>(handler)))
{
}
template <typename F> SmsMessageReceivedEventHandler::SmsMessageReceivedEventHandler(F* handler) :
SmsMessageReceivedEventHandler([=](auto&&... args) { return handler(args...); })
{
}
template <typename O, typename M> SmsMessageReceivedEventHandler::SmsMessageReceivedEventHandler(O* object, M method) :
SmsMessageReceivedEventHandler([=](auto&&... args) { return ((*object).*(method))(args...); })
{
}
template <typename O, typename M> SmsMessageReceivedEventHandler::SmsMessageReceivedEventHandler(com_ptr<O>&& object, M method) :
SmsMessageReceivedEventHandler([o = std::move(object), method](auto&&... args) { return ((*o).*(method))(args...); })
{
}
template <typename O, typename M> SmsMessageReceivedEventHandler::SmsMessageReceivedEventHandler(weak_ref<O>&& object, M method) :
SmsMessageReceivedEventHandler([o = std::move(object), method](auto&&... args) { if (auto s = o.get()) { ((*s).*(method))(args...); } })
{
}
inline auto SmsMessageReceivedEventHandler::operator()(Windows::Devices::Sms::SmsDevice const& sender, Windows::Devices::Sms::SmsMessageReceivedEventArgs const& e) const
{
check_hresult((*(impl::abi_t<SmsMessageReceivedEventHandler>**)this)->Invoke(*(void**)(&sender), *(void**)(&e)));
}
}
namespace std
{
template<> struct hash<winrt::Windows::Devices::Sms::ISmsAppMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsAppMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsBinaryMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsBinaryMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsBroadcastMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsBroadcastMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsDevice> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsDevice> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsDevice2> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsDevice2> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsDevice2Statics> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsDevice2Statics> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsDeviceMessageStore> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsDeviceMessageStore> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsDeviceStatics> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsDeviceStatics> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsDeviceStatics2> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsDeviceStatics2> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsFilterRule> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsFilterRule> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsFilterRuleFactory> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsFilterRuleFactory> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsFilterRules> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsFilterRules> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsFilterRulesFactory> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsFilterRulesFactory> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsMessageBase> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsMessageBase> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsMessageReceivedEventArgs> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsMessageReceivedEventArgs> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsMessageReceivedTriggerDetails> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsMessageRegistration> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsMessageRegistration> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsMessageRegistrationStatics> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsMessageRegistrationStatics> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsReceivedEventDetails> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsReceivedEventDetails> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsReceivedEventDetails2> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsReceivedEventDetails2> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsSendMessageResult> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsSendMessageResult> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsStatusMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsStatusMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsTextMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsTextMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsTextMessage2> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsTextMessage2> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsTextMessageStatics> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsTextMessageStatics> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsVoicemailMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsVoicemailMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::ISmsWapMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::ISmsWapMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::DeleteSmsMessageOperation> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::DeleteSmsMessageOperation> {};
template<> struct hash<winrt::Windows::Devices::Sms::DeleteSmsMessagesOperation> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::DeleteSmsMessagesOperation> {};
template<> struct hash<winrt::Windows::Devices::Sms::GetSmsDeviceOperation> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::GetSmsDeviceOperation> {};
template<> struct hash<winrt::Windows::Devices::Sms::GetSmsMessageOperation> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::GetSmsMessageOperation> {};
template<> struct hash<winrt::Windows::Devices::Sms::GetSmsMessagesOperation> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::GetSmsMessagesOperation> {};
template<> struct hash<winrt::Windows::Devices::Sms::SendSmsMessageOperation> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SendSmsMessageOperation> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsAppMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsAppMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsBinaryMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsBinaryMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsBroadcastMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsBroadcastMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsDevice> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsDevice> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsDevice2> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsDevice2> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsDeviceMessageStore> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsDeviceMessageStore> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsFilterRule> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsFilterRule> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsFilterRules> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsFilterRules> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsMessageReceivedEventArgs> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsMessageReceivedEventArgs> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsMessageReceivedTriggerDetails> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsMessageReceivedTriggerDetails> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsMessageRegistration> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsMessageRegistration> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsReceivedEventDetails> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsReceivedEventDetails> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsSendMessageResult> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsSendMessageResult> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsStatusMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsStatusMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsTextMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsTextMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsTextMessage2> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsTextMessage2> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsVoicemailMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsVoicemailMessage> {};
template<> struct hash<winrt::Windows::Devices::Sms::SmsWapMessage> : winrt::impl::hash_base<winrt::Windows::Devices::Sms::SmsWapMessage> {};
}
#endif