Files
nearby/cpp/platform/impl/windows/generated/winrt/impl/Windows.Devices.Lights.2.h
T
hai007 b1815095dd BEGIN_PUBLIC
Microsoft has updated the winrt library
END_PUBLC

PiperOrigin-RevId: 387168248
2021-07-29 03:27:37 -07:00

52 lines
2.9 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
#ifndef WINRT_Windows_Devices_Lights_2_H
#define WINRT_Windows_Devices_Lights_2_H
#include "winrt/impl/Windows.Foundation.1.h"
#include "winrt/impl/Windows.Devices.Lights.1.h"
WINRT_EXPORT namespace winrt::Windows::Devices::Lights
{
struct __declspec(empty_bases) Lamp : winrt::Windows::Devices::Lights::ILamp
{
Lamp(std::nullptr_t) noexcept {}
Lamp(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Lights::ILamp(ptr, take_ownership_from_abi) {}
Lamp(Lamp const&) noexcept = default;
Lamp(Lamp&&) noexcept = default;
Lamp& operator=(Lamp const&) & noexcept = default;
Lamp& operator=(Lamp&&) & noexcept = default;
static auto GetDeviceSelector();
static auto FromIdAsync(param::hstring const& deviceId);
static auto GetDefaultAsync();
};
struct __declspec(empty_bases) LampArray : winrt::Windows::Devices::Lights::ILampArray
{
LampArray(std::nullptr_t) noexcept {}
LampArray(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Lights::ILampArray(ptr, take_ownership_from_abi) {}
LampArray(LampArray const&) noexcept = default;
LampArray(LampArray&&) noexcept = default;
LampArray& operator=(LampArray const&) & noexcept = default;
LampArray& operator=(LampArray&&) & noexcept = default;
static auto GetDeviceSelector();
static auto FromIdAsync(param::hstring const& deviceId);
};
struct __declspec(empty_bases) LampAvailabilityChangedEventArgs : winrt::Windows::Devices::Lights::ILampAvailabilityChangedEventArgs
{
LampAvailabilityChangedEventArgs(std::nullptr_t) noexcept {}
LampAvailabilityChangedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Lights::ILampAvailabilityChangedEventArgs(ptr, take_ownership_from_abi) {}
LampAvailabilityChangedEventArgs(LampAvailabilityChangedEventArgs const&) noexcept = default;
LampAvailabilityChangedEventArgs(LampAvailabilityChangedEventArgs&&) noexcept = default;
LampAvailabilityChangedEventArgs& operator=(LampAvailabilityChangedEventArgs const&) & noexcept = default;
LampAvailabilityChangedEventArgs& operator=(LampAvailabilityChangedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) LampInfo : winrt::Windows::Devices::Lights::ILampInfo
{
LampInfo(std::nullptr_t) noexcept {}
LampInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Devices::Lights::ILampInfo(ptr, take_ownership_from_abi) {}
LampInfo(LampInfo const&) noexcept = default;
LampInfo(LampInfo&&) noexcept = default;
LampInfo& operator=(LampInfo const&) & noexcept = default;
LampInfo& operator=(LampInfo&&) & noexcept = default;
};
}
#endif