Update WinRT to new version 2.0.250303.1

PiperOrigin-RevId: 781075193
This commit is contained in:
Guogang Li
2025-07-09 08:58:00 -07:00
committed by Copybara-Service
parent 5e558cffc4
commit 8f14bd10fc
1395 changed files with 498490 additions and 61973 deletions
@@ -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_UI_Xaml_Interop_0_H
@@ -79,14 +79,14 @@ namespace winrt::impl
template <> struct default_interface<winrt::Windows::UI::Xaml::Interop::NotifyCollectionChangedEventArgs>{ using type = winrt::Windows::UI::Xaml::Interop::INotifyCollectionChangedEventArgs; };
template <> struct abi<winrt::Windows::UI::Xaml::Interop::IBindableIterable>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall First(void**) noexcept = 0;
};
};
template <> struct abi<winrt::Windows::UI::Xaml::Interop::IBindableIterator>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_Current(void**) noexcept = 0;
virtual int32_t __stdcall get_HasCurrent(bool*) noexcept = 0;
@@ -95,7 +95,7 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Xaml::Interop::IBindableObservableVector>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall add_VectorChanged(void*, winrt::event_token*) noexcept = 0;
virtual int32_t __stdcall remove_VectorChanged(winrt::event_token) noexcept = 0;
@@ -103,7 +103,7 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Xaml::Interop::IBindableVector>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall GetAt(uint32_t, void**) noexcept = 0;
virtual int32_t __stdcall get_Size(uint32_t*) noexcept = 0;
@@ -119,7 +119,7 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Xaml::Interop::IBindableVectorView>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall GetAt(uint32_t, void**) noexcept = 0;
virtual int32_t __stdcall get_Size(uint32_t*) noexcept = 0;
@@ -128,7 +128,7 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Xaml::Interop::INotifyCollectionChanged>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall add_CollectionChanged(void*, winrt::event_token*) noexcept = 0;
virtual int32_t __stdcall remove_CollectionChanged(winrt::event_token) noexcept = 0;
@@ -136,7 +136,7 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Xaml::Interop::INotifyCollectionChangedEventArgs>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_Action(int32_t*) noexcept = 0;
virtual int32_t __stdcall get_NewItems(void**) noexcept = 0;
@@ -147,21 +147,21 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Xaml::Interop::INotifyCollectionChangedEventArgsFactory>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall CreateInstanceWithAllParameters(int32_t, void*, void*, int32_t, int32_t, void*, void**, void**) noexcept = 0;
};
};
template <> struct abi<winrt::Windows::UI::Xaml::Interop::BindableVectorChangedEventHandler>
{
struct __declspec(novtable) type : unknown_abi
struct WINRT_IMPL_NOVTABLE type : unknown_abi
{
virtual int32_t __stdcall Invoke(void*, void*) noexcept = 0;
};
};
template <> struct abi<winrt::Windows::UI::Xaml::Interop::NotifyCollectionChangedEventHandler>
{
struct __declspec(novtable) type : unknown_abi
struct WINRT_IMPL_NOVTABLE type : unknown_abi
{
virtual int32_t __stdcall Invoke(void*, void*) noexcept = 0;
};