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_Input_Inking_Analysis_0_H
@@ -10,7 +10,7 @@ WINRT_EXPORT namespace winrt::Windows::Foundation
}
WINRT_EXPORT namespace winrt::Windows::Foundation::Collections
{
template <typename T> struct __declspec(empty_bases) IIterable;
template <typename T> struct WINRT_IMPL_EMPTY_BASES IIterable;
}
WINRT_EXPORT namespace winrt::Windows::UI::Input::Inking
{
@@ -164,14 +164,14 @@ namespace winrt::impl
template <> struct default_interface<winrt::Windows::UI::Input::Inking::Analysis::InkAnalyzer>{ using type = winrt::Windows::UI::Input::Inking::Analysis::IInkAnalyzer; };
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalysisInkBullet>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_RecognizedText(void**) noexcept = 0;
};
};
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalysisInkDrawing>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_DrawingKind(int32_t*) noexcept = 0;
virtual int32_t __stdcall get_Center(winrt::Windows::Foundation::Point*) noexcept = 0;
@@ -180,7 +180,7 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalysisInkWord>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_RecognizedText(void**) noexcept = 0;
virtual int32_t __stdcall get_TextAlternates(void**) noexcept = 0;
@@ -188,7 +188,7 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalysisLine>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_RecognizedText(void**) noexcept = 0;
virtual int32_t __stdcall get_IndentLevel(int32_t*) noexcept = 0;
@@ -196,14 +196,14 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalysisListItem>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_RecognizedText(void**) noexcept = 0;
};
};
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalysisNode>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_Id(uint32_t*) noexcept = 0;
virtual int32_t __stdcall get_Kind(int32_t*) noexcept = 0;
@@ -216,21 +216,21 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalysisParagraph>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_RecognizedText(void**) noexcept = 0;
};
};
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalysisResult>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_Status(int32_t*) noexcept = 0;
};
};
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalysisRoot>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_RecognizedText(void**) noexcept = 0;
virtual int32_t __stdcall FindNodes(int32_t, void**) noexcept = 0;
@@ -238,14 +238,14 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalysisWritingRegion>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_RecognizedText(void**) noexcept = 0;
};
};
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalyzer>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall get_AnalysisRoot(void**) noexcept = 0;
virtual int32_t __stdcall get_IsAnalyzing(bool*) noexcept = 0;
@@ -261,7 +261,7 @@ namespace winrt::impl
};
template <> struct abi<winrt::Windows::UI::Input::Inking::Analysis::IInkAnalyzerFactory>
{
struct __declspec(novtable) type : inspectable_abi
struct WINRT_IMPL_NOVTABLE type : inspectable_abi
{
virtual int32_t __stdcall CreateAnalyzer(void**) noexcept = 0;
};