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
+5
-5
@@ -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_System_Update_0_H
|
||||
#define WINRT_Windows_System_Update_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;
|
||||
struct HResult;
|
||||
}
|
||||
@@ -87,7 +87,7 @@ namespace winrt::impl
|
||||
template <> struct default_interface<winrt::Windows::System::Update::SystemUpdateLastErrorInfo>{ using type = winrt::Windows::System::Update::ISystemUpdateLastErrorInfo; };
|
||||
template <> struct abi<winrt::Windows::System::Update::ISystemUpdateItem>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_State(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Title(void**) noexcept = 0;
|
||||
@@ -101,7 +101,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::System::Update::ISystemUpdateLastErrorInfo>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_State(int32_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_ExtendedError(winrt::hresult*) noexcept = 0;
|
||||
@@ -110,7 +110,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::System::Update::ISystemUpdateManagerStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall IsSupported(bool*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_State(int32_t*) noexcept = 0;
|
||||
|
||||
Reference in New Issue
Block a user