// C++/WinRT v2.0.250303.1 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Devices_Lights_1_H #define WINRT_Windows_Devices_Lights_1_H #include "winrt/impl/Windows.Foundation.0.h" #include "winrt/impl/Windows.Devices.Lights.0.h" WINRT_EXPORT namespace winrt::Windows::Devices::Lights { struct WINRT_IMPL_EMPTY_BASES ILamp : winrt::Windows::Foundation::IInspectable, impl::consume_t, impl::require { ILamp(std::nullptr_t = nullptr) noexcept {} ILamp(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ILampArray : winrt::Windows::Foundation::IInspectable, impl::consume_t { ILampArray(std::nullptr_t = nullptr) noexcept {} ILampArray(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ILampArray2 : winrt::Windows::Foundation::IInspectable, impl::consume_t { ILampArray2(std::nullptr_t = nullptr) noexcept {} ILampArray2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ILampArrayStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { ILampArrayStatics(std::nullptr_t = nullptr) noexcept {} ILampArrayStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ILampAvailabilityChangedEventArgs : winrt::Windows::Foundation::IInspectable, impl::consume_t { ILampAvailabilityChangedEventArgs(std::nullptr_t = nullptr) noexcept {} ILampAvailabilityChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ILampInfo : winrt::Windows::Foundation::IInspectable, impl::consume_t { ILampInfo(std::nullptr_t = nullptr) noexcept {} ILampInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct WINRT_IMPL_EMPTY_BASES ILampStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { ILampStatics(std::nullptr_t = nullptr) noexcept {} ILampStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif