mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update WinRT to new version 2.0.250303.1
PiperOrigin-RevId: 781075193
This commit is contained in:
committed by
Copybara-Service
parent
5e558cffc4
commit
8f14bd10fc
+4
-4
@@ -1,11 +1,11 @@
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
||||
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
||||
|
||||
#pragma once
|
||||
#ifndef WINRT_Windows_Phone_System_Power_0_H
|
||||
#define WINRT_Windows_Phone_System_Power_0_H
|
||||
WINRT_EXPORT namespace winrt::Windows::Foundation
|
||||
{
|
||||
template <typename T> struct __declspec(empty_bases) EventHandler;
|
||||
template <typename T> struct WINRT_IMPL_EMPTY_BASES EventHandler;
|
||||
struct EventRegistrationToken;
|
||||
}
|
||||
WINRT_EXPORT namespace winrt::Windows::Phone::System::Power
|
||||
@@ -33,7 +33,7 @@ namespace winrt::impl
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Phone::System::Power::IPowerManagerStatics2>{ 0x596236CF,0x1918,0x4551,{ 0xA4,0x66,0xC5,0x1A,0xAE,0x37,0x3B,0xF8 } }; // 596236CF-1918-4551-A466-C51AAE373BF8
|
||||
template <> struct abi<winrt::Windows::Phone::System::Power::IPowerManagerStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_PowerSavingMode(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall add_PowerSavingModeChanged(void*, winrt::event_token*) noexcept = 0;
|
||||
@@ -42,7 +42,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Phone::System::Power::IPowerManagerStatics2>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_PowerSavingModeEnabled(bool*) noexcept = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user