Files
2025-07-09 08:58:00 -07:00

60 lines
3.2 KiB
C++

// 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
#define WINRT_Windows_Web_UI_Interop_1_H
#include "winrt/impl/Windows.Web.UI.Interop.0.h"
WINRT_EXPORT namespace winrt::Windows::Web::UI::Interop
{
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 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 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 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 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 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 WINRT_IMPL_EMPTY_BASES IWebViewControlSite2 :
winrt::Windows::Foundation::IInspectable,
impl::consume_t<IWebViewControlSite2>
{
IWebViewControlSite2(std::nullptr_t = nullptr) noexcept {}
IWebViewControlSite2(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {}
};
}
#endif