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
+8
-8
@@ -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_Web_UI_Interop_1_H
|
||||
@@ -6,49 +6,49 @@
|
||||
#include "winrt/impl/Windows.Web.UI.Interop.0.h"
|
||||
WINRT_EXPORT namespace winrt::Windows::Web::UI::Interop
|
||||
{
|
||||
struct __declspec(empty_bases) IWebViewControlAcceleratorKeyPressedEventArgs :
|
||||
struct WINRT_IMPL_EMPTY_BASES IWebViewControlAcceleratorKeyPressedEventArgs :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<IWebViewControlAcceleratorKeyPressedEventArgs>
|
||||
{
|
||||
IWebViewControlAcceleratorKeyPressedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
||||
IWebViewControlAcceleratorKeyPressedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) IWebViewControlMoveFocusRequestedEventArgs :
|
||||
struct WINRT_IMPL_EMPTY_BASES IWebViewControlMoveFocusRequestedEventArgs :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<IWebViewControlMoveFocusRequestedEventArgs>
|
||||
{
|
||||
IWebViewControlMoveFocusRequestedEventArgs(std::nullptr_t = nullptr) noexcept {}
|
||||
IWebViewControlMoveFocusRequestedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) IWebViewControlProcess :
|
||||
struct WINRT_IMPL_EMPTY_BASES IWebViewControlProcess :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<IWebViewControlProcess>
|
||||
{
|
||||
IWebViewControlProcess(std::nullptr_t = nullptr) noexcept {}
|
||||
IWebViewControlProcess(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) IWebViewControlProcessFactory :
|
||||
struct WINRT_IMPL_EMPTY_BASES IWebViewControlProcessFactory :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<IWebViewControlProcessFactory>
|
||||
{
|
||||
IWebViewControlProcessFactory(std::nullptr_t = nullptr) noexcept {}
|
||||
IWebViewControlProcessFactory(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) IWebViewControlProcessOptions :
|
||||
struct WINRT_IMPL_EMPTY_BASES IWebViewControlProcessOptions :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<IWebViewControlProcessOptions>
|
||||
{
|
||||
IWebViewControlProcessOptions(std::nullptr_t = nullptr) noexcept {}
|
||||
IWebViewControlProcessOptions(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) IWebViewControlSite :
|
||||
struct WINRT_IMPL_EMPTY_BASES IWebViewControlSite :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<IWebViewControlSite>
|
||||
{
|
||||
IWebViewControlSite(std::nullptr_t = nullptr) noexcept {}
|
||||
IWebViewControlSite(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
|
||||
};
|
||||
struct __declspec(empty_bases) IWebViewControlSite2 :
|
||||
struct WINRT_IMPL_EMPTY_BASES IWebViewControlSite2 :
|
||||
winrt::Windows::Foundation::IInspectable,
|
||||
impl::consume_t<IWebViewControlSite2>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user