// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Devices_HumanInterfaceDevice_1_H #define WINRT_Windows_Devices_HumanInterfaceDevice_1_H #include "winrt/impl/Windows.Foundation.0.h" #include "winrt/impl/Windows.Devices.HumanInterfaceDevice.0.h" WINRT_EXPORT namespace winrt::Windows::Devices::HumanInterfaceDevice { struct WINRT_IMPL_EMPTY_BASES IHidBooleanControl : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHidBooleanControl(std::nullptr_t = nullptr) noexcept {} IHidBooleanControl(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHidBooleanControlDescription : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHidBooleanControlDescription(std::nullptr_t = nullptr) noexcept {} IHidBooleanControlDescription(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHidBooleanControlDescription2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHidBooleanControlDescription2(std::nullptr_t = nullptr) noexcept {} IHidBooleanControlDescription2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHidCollection : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHidCollection(std::nullptr_t = nullptr) noexcept {} IHidCollection(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHidDevice : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { IHidDevice(std::nullptr_t = nullptr) noexcept {} IHidDevice(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHidDeviceStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHidDeviceStatics(std::nullptr_t = nullptr) noexcept {} IHidDeviceStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHidFeatureReport : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHidFeatureReport(std::nullptr_t = nullptr) noexcept {} IHidFeatureReport(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHidInputReport : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHidInputReport(std::nullptr_t = nullptr) noexcept {} IHidInputReport(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHidInputReportReceivedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHidInputReportReceivedEventArgs(std::nullptr_t = nullptr) noexcept {} IHidInputReportReceivedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHidNumericControl : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHidNumericControl(std::nullptr_t = nullptr) noexcept {} IHidNumericControl(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHidNumericControlDescription : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHidNumericControlDescription(std::nullptr_t = nullptr) noexcept {} IHidNumericControlDescription(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES IHidOutputReport : winrt::Windows::Foundation::IInspectable, impl::consume_t { IHidOutputReport(std::nullptr_t = nullptr) noexcept {} IHidOutputReport(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif