// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Networking_PushNotifications_1_H #define WINRT_Windows_Networking_PushNotifications_1_H #include "winrt/impl/Windows.Networking.PushNotifications.0.h" WINRT_EXPORT namespace winrt::Windows::Networking::PushNotifications { struct WINRT_IMPL_EMPTY_BASES IPushNotificationChannel : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPushNotificationChannel(std::nullptr_t = nullptr) noexcept {} IPushNotificationChannel(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPushNotificationChannelManagerForUser : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPushNotificationChannelManagerForUser(std::nullptr_t = nullptr) noexcept {} IPushNotificationChannelManagerForUser(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPushNotificationChannelManagerForUser2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPushNotificationChannelManagerForUser2(std::nullptr_t = nullptr) noexcept {} IPushNotificationChannelManagerForUser2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPushNotificationChannelManagerStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPushNotificationChannelManagerStatics(std::nullptr_t = nullptr) noexcept {} IPushNotificationChannelManagerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPushNotificationChannelManagerStatics2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPushNotificationChannelManagerStatics2(std::nullptr_t = nullptr) noexcept {} IPushNotificationChannelManagerStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPushNotificationChannelManagerStatics3 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPushNotificationChannelManagerStatics3(std::nullptr_t = nullptr) noexcept {} IPushNotificationChannelManagerStatics3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPushNotificationChannelManagerStatics4 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPushNotificationChannelManagerStatics4(std::nullptr_t = nullptr) noexcept {} IPushNotificationChannelManagerStatics4(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPushNotificationChannelsRevokedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPushNotificationChannelsRevokedEventArgs(std::nullptr_t = nullptr) noexcept {} IPushNotificationChannelsRevokedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IPushNotificationReceivedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IPushNotificationReceivedEventArgs(std::nullptr_t = nullptr) noexcept {} IPushNotificationReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IRawNotification : winrt::Windows::Foundation::IInspectable, impl::consume_t { IRawNotification(std::nullptr_t = nullptr) noexcept {} IRawNotification(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IRawNotification2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IRawNotification2(std::nullptr_t = nullptr) noexcept {} IRawNotification2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IRawNotification3 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IRawNotification3(std::nullptr_t = nullptr) noexcept {} IRawNotification3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif