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
+3
-3
@@ -1,4 +1,4 @@
|
||||
// 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_0_H
|
||||
@@ -21,14 +21,14 @@ namespace winrt::impl
|
||||
template <> inline constexpr guid guid_v<winrt::Windows::Phone::System::ISystemProtectionUnlockStatics>{ 0x0692FA3F,0x8F11,0x4C4B,{ 0xAA,0x0D,0x87,0xD7,0xAF,0x7B,0x17,0x79 } }; // 0692FA3F-8F11-4C4B-AA0D-87D7AF7B1779
|
||||
template <> struct abi<winrt::Windows::Phone::System::ISystemProtectionStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_ScreenLocked(bool*) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::Phone::System::ISystemProtectionUnlockStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall RequestScreenUnlock() noexcept = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user