Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Windows.Devices.Lights.2.h
T
jfcarroll 28da839987 Latest update for winrt
PiperOrigin-RevId: 452591835
2022-06-02 12:05:19 -07:00

37 lines
1.8 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
#pragma once
#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) {}
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) {}
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) {}
};
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) {}
};
}
#endif