mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
110 lines
6.2 KiB
C++
110 lines
6.2 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_Power_0_H
|
|
#define WINRT_Windows_Devices_Power_0_H
|
|
WINRT_EXPORT namespace winrt::Windows::Foundation
|
|
{
|
|
struct EventRegistrationToken;
|
|
template <typename TSender, typename TResult> struct __declspec(empty_bases) TypedEventHandler;
|
|
}
|
|
WINRT_EXPORT namespace winrt::Windows::System::Power
|
|
{
|
|
enum class BatteryStatus : int32_t;
|
|
}
|
|
WINRT_EXPORT namespace winrt::Windows::Devices::Power
|
|
{
|
|
struct IBattery;
|
|
struct IBatteryReport;
|
|
struct IBatteryStatics;
|
|
struct Battery;
|
|
struct BatteryReport;
|
|
}
|
|
namespace winrt::impl
|
|
{
|
|
template <> struct category<winrt::Windows::Devices::Power::IBattery>{ using type = interface_category; };
|
|
template <> struct category<winrt::Windows::Devices::Power::IBatteryReport>{ using type = interface_category; };
|
|
template <> struct category<winrt::Windows::Devices::Power::IBatteryStatics>{ using type = interface_category; };
|
|
template <> struct category<winrt::Windows::Devices::Power::Battery>{ using type = class_category; };
|
|
template <> struct category<winrt::Windows::Devices::Power::BatteryReport>{ using type = class_category; };
|
|
template <> inline constexpr auto& name_v<winrt::Windows::Devices::Power::Battery> = L"Windows.Devices.Power.Battery";
|
|
template <> inline constexpr auto& name_v<winrt::Windows::Devices::Power::BatteryReport> = L"Windows.Devices.Power.BatteryReport";
|
|
template <> inline constexpr auto& name_v<winrt::Windows::Devices::Power::IBattery> = L"Windows.Devices.Power.IBattery";
|
|
template <> inline constexpr auto& name_v<winrt::Windows::Devices::Power::IBatteryReport> = L"Windows.Devices.Power.IBatteryReport";
|
|
template <> inline constexpr auto& name_v<winrt::Windows::Devices::Power::IBatteryStatics> = L"Windows.Devices.Power.IBatteryStatics";
|
|
template <> inline constexpr guid guid_v<winrt::Windows::Devices::Power::IBattery>{ 0xBC894FC6,0x0072,0x47C8,{ 0x8B,0x5D,0x61,0x4A,0xAA,0x7A,0x43,0x7E } }; // BC894FC6-0072-47C8-8B5D-614AAA7A437E
|
|
template <> inline constexpr guid guid_v<winrt::Windows::Devices::Power::IBatteryReport>{ 0xC9858C3A,0x4E13,0x420A,{ 0xA8,0xD0,0x24,0xF1,0x8F,0x39,0x54,0x01 } }; // C9858C3A-4E13-420A-A8D0-24F18F395401
|
|
template <> inline constexpr guid guid_v<winrt::Windows::Devices::Power::IBatteryStatics>{ 0x79CD72B6,0x9E5E,0x4452,{ 0xBE,0xA6,0xDF,0xCD,0x54,0x1E,0x59,0x7F } }; // 79CD72B6-9E5E-4452-BEA6-DFCD541E597F
|
|
template <> struct default_interface<winrt::Windows::Devices::Power::Battery>{ using type = winrt::Windows::Devices::Power::IBattery; };
|
|
template <> struct default_interface<winrt::Windows::Devices::Power::BatteryReport>{ using type = winrt::Windows::Devices::Power::IBatteryReport; };
|
|
template <> struct abi<winrt::Windows::Devices::Power::IBattery>
|
|
{
|
|
struct __declspec(novtable) type : inspectable_abi
|
|
{
|
|
virtual int32_t __stdcall get_DeviceId(void**) noexcept = 0;
|
|
virtual int32_t __stdcall GetReport(void**) noexcept = 0;
|
|
virtual int32_t __stdcall add_ReportUpdated(void*, winrt::event_token*) noexcept = 0;
|
|
virtual int32_t __stdcall remove_ReportUpdated(winrt::event_token) noexcept = 0;
|
|
};
|
|
};
|
|
template <> struct abi<winrt::Windows::Devices::Power::IBatteryReport>
|
|
{
|
|
struct __declspec(novtable) type : inspectable_abi
|
|
{
|
|
virtual int32_t __stdcall get_ChargeRateInMilliwatts(void**) noexcept = 0;
|
|
virtual int32_t __stdcall get_DesignCapacityInMilliwattHours(void**) noexcept = 0;
|
|
virtual int32_t __stdcall get_FullChargeCapacityInMilliwattHours(void**) noexcept = 0;
|
|
virtual int32_t __stdcall get_RemainingCapacityInMilliwattHours(void**) noexcept = 0;
|
|
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
|
|
};
|
|
};
|
|
template <> struct abi<winrt::Windows::Devices::Power::IBatteryStatics>
|
|
{
|
|
struct __declspec(novtable) type : inspectable_abi
|
|
{
|
|
virtual int32_t __stdcall get_AggregateBattery(void**) noexcept = 0;
|
|
virtual int32_t __stdcall FromIdAsync(void*, void**) noexcept = 0;
|
|
virtual int32_t __stdcall GetDeviceSelector(void**) noexcept = 0;
|
|
};
|
|
};
|
|
template <typename D>
|
|
struct consume_Windows_Devices_Power_IBattery
|
|
{
|
|
[[nodiscard]] auto DeviceId() const;
|
|
auto GetReport() const;
|
|
auto ReportUpdated(winrt::Windows::Foundation::TypedEventHandler<winrt::Windows::Devices::Power::Battery, winrt::Windows::Foundation::IInspectable> const& handler) const;
|
|
using ReportUpdated_revoker = impl::event_revoker<winrt::Windows::Devices::Power::IBattery, &impl::abi_t<winrt::Windows::Devices::Power::IBattery>::remove_ReportUpdated>;
|
|
[[nodiscard]] auto ReportUpdated(auto_revoke_t, winrt::Windows::Foundation::TypedEventHandler<winrt::Windows::Devices::Power::Battery, winrt::Windows::Foundation::IInspectable> const& handler) const;
|
|
auto ReportUpdated(winrt::event_token const& token) const noexcept;
|
|
};
|
|
template <> struct consume<winrt::Windows::Devices::Power::IBattery>
|
|
{
|
|
template <typename D> using type = consume_Windows_Devices_Power_IBattery<D>;
|
|
};
|
|
template <typename D>
|
|
struct consume_Windows_Devices_Power_IBatteryReport
|
|
{
|
|
[[nodiscard]] auto ChargeRateInMilliwatts() const;
|
|
[[nodiscard]] auto DesignCapacityInMilliwattHours() const;
|
|
[[nodiscard]] auto FullChargeCapacityInMilliwattHours() const;
|
|
[[nodiscard]] auto RemainingCapacityInMilliwattHours() const;
|
|
[[nodiscard]] auto Status() const;
|
|
};
|
|
template <> struct consume<winrt::Windows::Devices::Power::IBatteryReport>
|
|
{
|
|
template <typename D> using type = consume_Windows_Devices_Power_IBatteryReport<D>;
|
|
};
|
|
template <typename D>
|
|
struct consume_Windows_Devices_Power_IBatteryStatics
|
|
{
|
|
[[nodiscard]] auto AggregateBattery() const;
|
|
auto FromIdAsync(param::hstring const& deviceId) const;
|
|
auto GetDeviceSelector() const;
|
|
};
|
|
template <> struct consume<winrt::Windows::Devices::Power::IBatteryStatics>
|
|
{
|
|
template <typename D> using type = consume_Windows_Devices_Power_IBatteryStatics<D>;
|
|
};
|
|
}
|
|
#endif
|