mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -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
+7
-7
@@ -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_System_Threading_0_H
|
||||
@@ -60,7 +60,7 @@ namespace winrt::impl
|
||||
template <> struct default_interface<winrt::Windows::System::Threading::ThreadPoolTimer>{ using type = winrt::Windows::System::Threading::IThreadPoolTimer; };
|
||||
template <> struct abi<winrt::Windows::System::Threading::IThreadPoolStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall RunAsync(void*, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall RunWithPriorityAsync(void*, int32_t, void**) noexcept = 0;
|
||||
@@ -69,7 +69,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::System::Threading::IThreadPoolTimer>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall get_Period(int64_t*) noexcept = 0;
|
||||
virtual int32_t __stdcall get_Delay(int64_t*) noexcept = 0;
|
||||
@@ -78,7 +78,7 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::System::Threading::IThreadPoolTimerStatics>
|
||||
{
|
||||
struct __declspec(novtable) type : inspectable_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
|
||||
{
|
||||
virtual int32_t __stdcall CreatePeriodicTimer(void*, int64_t, void**) noexcept = 0;
|
||||
virtual int32_t __stdcall CreateTimer(void*, int64_t, void**) noexcept = 0;
|
||||
@@ -88,21 +88,21 @@ namespace winrt::impl
|
||||
};
|
||||
template <> struct abi<winrt::Windows::System::Threading::TimerDestroyedHandler>
|
||||
{
|
||||
struct __declspec(novtable) type : unknown_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : unknown_abi
|
||||
{
|
||||
virtual int32_t __stdcall Invoke(void*) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::System::Threading::TimerElapsedHandler>
|
||||
{
|
||||
struct __declspec(novtable) type : unknown_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : unknown_abi
|
||||
{
|
||||
virtual int32_t __stdcall Invoke(void*) noexcept = 0;
|
||||
};
|
||||
};
|
||||
template <> struct abi<winrt::Windows::System::Threading::WorkItemHandler>
|
||||
{
|
||||
struct __declspec(novtable) type : unknown_abi
|
||||
struct WINRT_IMPL_NOVTABLE type : unknown_abi
|
||||
{
|
||||
virtual int32_t __stdcall Invoke(void*) noexcept = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user