// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_System_Diagnostics_DevicePortal_1_H #define WINRT_Windows_System_Diagnostics_DevicePortal_1_H #include "winrt/impl/Windows.System.Diagnostics.DevicePortal.0.h" WINRT_EXPORT namespace winrt::Windows::System::Diagnostics::DevicePortal { struct WINRT_IMPL_EMPTY_BASES IDevicePortalConnection : winrt::Windows::Foundation::IInspectable, impl::consume_t { IDevicePortalConnection(std::nullptr_t = nullptr) noexcept {} IDevicePortalConnection(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IDevicePortalConnectionClosedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IDevicePortalConnectionClosedEventArgs(std::nullptr_t = nullptr) noexcept {} IDevicePortalConnectionClosedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IDevicePortalConnectionRequestReceivedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IDevicePortalConnectionRequestReceivedEventArgs(std::nullptr_t = nullptr) noexcept {} IDevicePortalConnectionRequestReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IDevicePortalConnectionStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IDevicePortalConnectionStatics(std::nullptr_t = nullptr) noexcept {} IDevicePortalConnectionStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IDevicePortalWebSocketConnection : winrt::Windows::Foundation::IInspectable, impl::consume_t { IDevicePortalWebSocketConnection(std::nullptr_t = nullptr) noexcept {} IDevicePortalWebSocketConnection(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IDevicePortalWebSocketConnectionRequestReceivedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IDevicePortalWebSocketConnectionRequestReceivedEventArgs(std::nullptr_t = nullptr) noexcept {} IDevicePortalWebSocketConnectionRequestReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif