Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Windows.Devices.Pwm.1.h
T
2025-07-09 08:58:00 -07:00

48 lines
2.2 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
#pragma once
#ifndef WINRT_Windows_Devices_Pwm_1_H
#define WINRT_Windows_Devices_Pwm_1_H
#include "winrt/impl/Windows.Foundation.0.h"
#include "winrt/impl/Windows.Devices.Pwm.0.h"
WINRT_EXPORT namespace winrt::Windows::Devices::Pwm
{
struct WINRT_IMPL_EMPTY_BASES IPwmController :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPwmController>
{
IPwmController(std::nullptr_t = nullptr) noexcept {}
IPwmController(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IPwmControllerStatics :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPwmControllerStatics>
{
IPwmControllerStatics(std::nullptr_t = nullptr) noexcept {}
IPwmControllerStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IPwmControllerStatics2 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPwmControllerStatics2>
{
IPwmControllerStatics2(std::nullptr_t = nullptr) noexcept {}
IPwmControllerStatics2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IPwmControllerStatics3 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPwmControllerStatics3>
{
IPwmControllerStatics3(std::nullptr_t = nullptr) noexcept {}
IPwmControllerStatics3(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
struct WINRT_IMPL_EMPTY_BASES IPwmPin :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IPwmPin>,
impl::require<winrt::Windows::Devices::Pwm::IPwmPin, winrt::Windows::Foundation::IClosable>
{
IPwmPin(std::nullptr_t = nullptr) noexcept {}
IPwmPin(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
}
#endif