Files
nearby/cpp/platform/impl/windows/generated/winrt/impl/Windows.UI.WebUI.2.h
T
hai007 b1815095dd BEGIN_PUBLIC
Microsoft has updated the winrt library
END_PUBLC

PiperOrigin-RevId: 387168248
2021-07-29 03:27:37 -07:00

746 lines
74 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210505.3
#ifndef WINRT_Windows_UI_WebUI_2_H
#define WINRT_Windows_UI_WebUI_2_H
#include "winrt/impl/Windows.ApplicationModel.1.h"
#include "winrt/impl/Windows.ApplicationModel.Activation.1.h"
#include "winrt/impl/Windows.ApplicationModel.Background.1.h"
#include "winrt/impl/Windows.Foundation.1.h"
#include "winrt/impl/Windows.Graphics.Printing.1.h"
#include "winrt/impl/Windows.System.1.h"
#include "winrt/impl/Windows.Web.UI.1.h"
#include "winrt/impl/Windows.UI.WebUI.1.h"
WINRT_EXPORT namespace winrt::Windows::UI::WebUI
{
struct ActivatedEventHandler : Windows::Foundation::IUnknown
{
ActivatedEventHandler(std::nullptr_t = nullptr) noexcept {}
ActivatedEventHandler(void* ptr, take_ownership_from_abi_t) noexcept : Windows::Foundation::IUnknown(ptr, take_ownership_from_abi) {}
ActivatedEventHandler(ActivatedEventHandler const&) noexcept = default;
ActivatedEventHandler(ActivatedEventHandler&&) noexcept = default;
ActivatedEventHandler& operator=(ActivatedEventHandler const&) & noexcept = default;
ActivatedEventHandler& operator=(ActivatedEventHandler&&) & noexcept = default;
template <typename L> ActivatedEventHandler(L lambda);
template <typename F> ActivatedEventHandler(F* function);
template <typename O, typename M> ActivatedEventHandler(O* object, M method);
template <typename O, typename M> ActivatedEventHandler(com_ptr<O>&& object, M method);
template <typename O, typename M> ActivatedEventHandler(weak_ref<O>&& object, M method);
auto operator()(winrt::Windows::Foundation::IInspectable const& sender, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgs const& eventArgs) const;
};
struct BackgroundActivatedEventHandler : Windows::Foundation::IUnknown
{
BackgroundActivatedEventHandler(std::nullptr_t = nullptr) noexcept {}
BackgroundActivatedEventHandler(void* ptr, take_ownership_from_abi_t) noexcept : Windows::Foundation::IUnknown(ptr, take_ownership_from_abi) {}
BackgroundActivatedEventHandler(BackgroundActivatedEventHandler const&) noexcept = default;
BackgroundActivatedEventHandler(BackgroundActivatedEventHandler&&) noexcept = default;
BackgroundActivatedEventHandler& operator=(BackgroundActivatedEventHandler const&) & noexcept = default;
BackgroundActivatedEventHandler& operator=(BackgroundActivatedEventHandler&&) & noexcept = default;
template <typename L> BackgroundActivatedEventHandler(L lambda);
template <typename F> BackgroundActivatedEventHandler(F* function);
template <typename O, typename M> BackgroundActivatedEventHandler(O* object, M method);
template <typename O, typename M> BackgroundActivatedEventHandler(com_ptr<O>&& object, M method);
template <typename O, typename M> BackgroundActivatedEventHandler(weak_ref<O>&& object, M method);
auto operator()(winrt::Windows::Foundation::IInspectable const& sender, winrt::Windows::ApplicationModel::Activation::IBackgroundActivatedEventArgs const& eventArgs) const;
};
struct EnteredBackgroundEventHandler : Windows::Foundation::IUnknown
{
EnteredBackgroundEventHandler(std::nullptr_t = nullptr) noexcept {}
EnteredBackgroundEventHandler(void* ptr, take_ownership_from_abi_t) noexcept : Windows::Foundation::IUnknown(ptr, take_ownership_from_abi) {}
EnteredBackgroundEventHandler(EnteredBackgroundEventHandler const&) noexcept = default;
EnteredBackgroundEventHandler(EnteredBackgroundEventHandler&&) noexcept = default;
EnteredBackgroundEventHandler& operator=(EnteredBackgroundEventHandler const&) & noexcept = default;
EnteredBackgroundEventHandler& operator=(EnteredBackgroundEventHandler&&) & noexcept = default;
template <typename L> EnteredBackgroundEventHandler(L lambda);
template <typename F> EnteredBackgroundEventHandler(F* function);
template <typename O, typename M> EnteredBackgroundEventHandler(O* object, M method);
template <typename O, typename M> EnteredBackgroundEventHandler(com_ptr<O>&& object, M method);
template <typename O, typename M> EnteredBackgroundEventHandler(weak_ref<O>&& object, M method);
auto operator()(winrt::Windows::Foundation::IInspectable const& sender, winrt::Windows::ApplicationModel::IEnteredBackgroundEventArgs const& e) const;
};
struct LeavingBackgroundEventHandler : Windows::Foundation::IUnknown
{
LeavingBackgroundEventHandler(std::nullptr_t = nullptr) noexcept {}
LeavingBackgroundEventHandler(void* ptr, take_ownership_from_abi_t) noexcept : Windows::Foundation::IUnknown(ptr, take_ownership_from_abi) {}
LeavingBackgroundEventHandler(LeavingBackgroundEventHandler const&) noexcept = default;
LeavingBackgroundEventHandler(LeavingBackgroundEventHandler&&) noexcept = default;
LeavingBackgroundEventHandler& operator=(LeavingBackgroundEventHandler const&) & noexcept = default;
LeavingBackgroundEventHandler& operator=(LeavingBackgroundEventHandler&&) & noexcept = default;
template <typename L> LeavingBackgroundEventHandler(L lambda);
template <typename F> LeavingBackgroundEventHandler(F* function);
template <typename O, typename M> LeavingBackgroundEventHandler(O* object, M method);
template <typename O, typename M> LeavingBackgroundEventHandler(com_ptr<O>&& object, M method);
template <typename O, typename M> LeavingBackgroundEventHandler(weak_ref<O>&& object, M method);
auto operator()(winrt::Windows::Foundation::IInspectable const& sender, winrt::Windows::ApplicationModel::ILeavingBackgroundEventArgs const& e) const;
};
struct NavigatedEventHandler : Windows::Foundation::IUnknown
{
NavigatedEventHandler(std::nullptr_t = nullptr) noexcept {}
NavigatedEventHandler(void* ptr, take_ownership_from_abi_t) noexcept : Windows::Foundation::IUnknown(ptr, take_ownership_from_abi) {}
NavigatedEventHandler(NavigatedEventHandler const&) noexcept = default;
NavigatedEventHandler(NavigatedEventHandler&&) noexcept = default;
NavigatedEventHandler& operator=(NavigatedEventHandler const&) & noexcept = default;
NavigatedEventHandler& operator=(NavigatedEventHandler&&) & noexcept = default;
template <typename L> NavigatedEventHandler(L lambda);
template <typename F> NavigatedEventHandler(F* function);
template <typename O, typename M> NavigatedEventHandler(O* object, M method);
template <typename O, typename M> NavigatedEventHandler(com_ptr<O>&& object, M method);
template <typename O, typename M> NavigatedEventHandler(weak_ref<O>&& object, M method);
auto operator()(winrt::Windows::Foundation::IInspectable const& sender, winrt::Windows::UI::WebUI::IWebUINavigatedEventArgs const& e) const;
};
struct ResumingEventHandler : Windows::Foundation::IUnknown
{
ResumingEventHandler(std::nullptr_t = nullptr) noexcept {}
ResumingEventHandler(void* ptr, take_ownership_from_abi_t) noexcept : Windows::Foundation::IUnknown(ptr, take_ownership_from_abi) {}
ResumingEventHandler(ResumingEventHandler const&) noexcept = default;
ResumingEventHandler(ResumingEventHandler&&) noexcept = default;
ResumingEventHandler& operator=(ResumingEventHandler const&) & noexcept = default;
ResumingEventHandler& operator=(ResumingEventHandler&&) & noexcept = default;
template <typename L> ResumingEventHandler(L lambda);
template <typename F> ResumingEventHandler(F* function);
template <typename O, typename M> ResumingEventHandler(O* object, M method);
template <typename O, typename M> ResumingEventHandler(com_ptr<O>&& object, M method);
template <typename O, typename M> ResumingEventHandler(weak_ref<O>&& object, M method);
auto operator()(winrt::Windows::Foundation::IInspectable const& sender) const;
};
struct SuspendingEventHandler : Windows::Foundation::IUnknown
{
SuspendingEventHandler(std::nullptr_t = nullptr) noexcept {}
SuspendingEventHandler(void* ptr, take_ownership_from_abi_t) noexcept : Windows::Foundation::IUnknown(ptr, take_ownership_from_abi) {}
SuspendingEventHandler(SuspendingEventHandler const&) noexcept = default;
SuspendingEventHandler(SuspendingEventHandler&&) noexcept = default;
SuspendingEventHandler& operator=(SuspendingEventHandler const&) & noexcept = default;
SuspendingEventHandler& operator=(SuspendingEventHandler&&) & noexcept = default;
template <typename L> SuspendingEventHandler(L lambda);
template <typename F> SuspendingEventHandler(F* function);
template <typename O, typename M> SuspendingEventHandler(O* object, M method);
template <typename O, typename M> SuspendingEventHandler(com_ptr<O>&& object, M method);
template <typename O, typename M> SuspendingEventHandler(weak_ref<O>&& object, M method);
auto operator()(winrt::Windows::Foundation::IInspectable const& sender, winrt::Windows::ApplicationModel::ISuspendingEventArgs const& e) const;
};
struct __declspec(empty_bases) ActivatedDeferral : winrt::Windows::UI::WebUI::IActivatedDeferral
{
ActivatedDeferral(std::nullptr_t) noexcept {}
ActivatedDeferral(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::WebUI::IActivatedDeferral(ptr, take_ownership_from_abi) {}
ActivatedDeferral(ActivatedDeferral const&) noexcept = default;
ActivatedDeferral(ActivatedDeferral&&) noexcept = default;
ActivatedDeferral& operator=(ActivatedDeferral const&) & noexcept = default;
ActivatedDeferral& operator=(ActivatedDeferral&&) & noexcept = default;
};
struct __declspec(empty_bases) ActivatedOperation : winrt::Windows::UI::WebUI::IActivatedOperation
{
ActivatedOperation(std::nullptr_t) noexcept {}
ActivatedOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::WebUI::IActivatedOperation(ptr, take_ownership_from_abi) {}
ActivatedOperation(ActivatedOperation const&) noexcept = default;
ActivatedOperation(ActivatedOperation&&) noexcept = default;
ActivatedOperation& operator=(ActivatedOperation const&) & noexcept = default;
ActivatedOperation& operator=(ActivatedOperation&&) & noexcept = default;
};
struct __declspec(empty_bases) BackgroundActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IBackgroundActivatedEventArgs
{
BackgroundActivatedEventArgs(std::nullptr_t) noexcept {}
BackgroundActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IBackgroundActivatedEventArgs(ptr, take_ownership_from_abi) {}
BackgroundActivatedEventArgs(BackgroundActivatedEventArgs const&) noexcept = default;
BackgroundActivatedEventArgs(BackgroundActivatedEventArgs&&) noexcept = default;
BackgroundActivatedEventArgs& operator=(BackgroundActivatedEventArgs const&) & noexcept = default;
BackgroundActivatedEventArgs& operator=(BackgroundActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) EnteredBackgroundEventArgs : winrt::Windows::ApplicationModel::IEnteredBackgroundEventArgs
{
EnteredBackgroundEventArgs(std::nullptr_t) noexcept {}
EnteredBackgroundEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::IEnteredBackgroundEventArgs(ptr, take_ownership_from_abi) {}
EnteredBackgroundEventArgs(EnteredBackgroundEventArgs const&) noexcept = default;
EnteredBackgroundEventArgs(EnteredBackgroundEventArgs&&) noexcept = default;
EnteredBackgroundEventArgs& operator=(EnteredBackgroundEventArgs const&) & noexcept = default;
EnteredBackgroundEventArgs& operator=(EnteredBackgroundEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) HtmlPrintDocumentSource : winrt::Windows::UI::WebUI::IHtmlPrintDocumentSource,
impl::require<HtmlPrintDocumentSource, winrt::Windows::Foundation::IClosable>
{
HtmlPrintDocumentSource(std::nullptr_t) noexcept {}
HtmlPrintDocumentSource(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::WebUI::IHtmlPrintDocumentSource(ptr, take_ownership_from_abi) {}
HtmlPrintDocumentSource(HtmlPrintDocumentSource const&) noexcept = default;
HtmlPrintDocumentSource(HtmlPrintDocumentSource&&) noexcept = default;
HtmlPrintDocumentSource& operator=(HtmlPrintDocumentSource const&) & noexcept = default;
HtmlPrintDocumentSource& operator=(HtmlPrintDocumentSource&&) & noexcept = default;
};
struct __declspec(empty_bases) LeavingBackgroundEventArgs : winrt::Windows::ApplicationModel::ILeavingBackgroundEventArgs
{
LeavingBackgroundEventArgs(std::nullptr_t) noexcept {}
LeavingBackgroundEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::ILeavingBackgroundEventArgs(ptr, take_ownership_from_abi) {}
LeavingBackgroundEventArgs(LeavingBackgroundEventArgs const&) noexcept = default;
LeavingBackgroundEventArgs(LeavingBackgroundEventArgs&&) noexcept = default;
LeavingBackgroundEventArgs& operator=(LeavingBackgroundEventArgs const&) & noexcept = default;
LeavingBackgroundEventArgs& operator=(LeavingBackgroundEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) NewWebUIViewCreatedEventArgs : winrt::Windows::UI::WebUI::INewWebUIViewCreatedEventArgs
{
NewWebUIViewCreatedEventArgs(std::nullptr_t) noexcept {}
NewWebUIViewCreatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::WebUI::INewWebUIViewCreatedEventArgs(ptr, take_ownership_from_abi) {}
NewWebUIViewCreatedEventArgs(NewWebUIViewCreatedEventArgs const&) noexcept = default;
NewWebUIViewCreatedEventArgs(NewWebUIViewCreatedEventArgs&&) noexcept = default;
NewWebUIViewCreatedEventArgs& operator=(NewWebUIViewCreatedEventArgs const&) & noexcept = default;
NewWebUIViewCreatedEventArgs& operator=(NewWebUIViewCreatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) SuspendingDeferral : winrt::Windows::ApplicationModel::ISuspendingDeferral
{
SuspendingDeferral(std::nullptr_t) noexcept {}
SuspendingDeferral(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::ISuspendingDeferral(ptr, take_ownership_from_abi) {}
SuspendingDeferral(SuspendingDeferral const&) noexcept = default;
SuspendingDeferral(SuspendingDeferral&&) noexcept = default;
SuspendingDeferral& operator=(SuspendingDeferral const&) & noexcept = default;
SuspendingDeferral& operator=(SuspendingDeferral&&) & noexcept = default;
};
struct __declspec(empty_bases) SuspendingEventArgs : winrt::Windows::ApplicationModel::ISuspendingEventArgs
{
SuspendingEventArgs(std::nullptr_t) noexcept {}
SuspendingEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::ISuspendingEventArgs(ptr, take_ownership_from_abi) {}
SuspendingEventArgs(SuspendingEventArgs const&) noexcept = default;
SuspendingEventArgs(SuspendingEventArgs&&) noexcept = default;
SuspendingEventArgs& operator=(SuspendingEventArgs const&) & noexcept = default;
SuspendingEventArgs& operator=(SuspendingEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) SuspendingOperation : winrt::Windows::ApplicationModel::ISuspendingOperation
{
SuspendingOperation(std::nullptr_t) noexcept {}
SuspendingOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::ISuspendingOperation(ptr, take_ownership_from_abi) {}
SuspendingOperation(SuspendingOperation const&) noexcept = default;
SuspendingOperation(SuspendingOperation&&) noexcept = default;
SuspendingOperation& operator=(SuspendingOperation const&) & noexcept = default;
SuspendingOperation& operator=(SuspendingOperation&&) & noexcept = default;
};
struct WebUIApplication
{
WebUIApplication() = delete;
static auto Activated(winrt::Windows::UI::WebUI::ActivatedEventHandler const& handler);
using Activated_revoker = impl::factory_event_revoker<winrt::Windows::UI::WebUI::IWebUIActivationStatics, &impl::abi_t<winrt::Windows::UI::WebUI::IWebUIActivationStatics>::remove_Activated>;
[[nodiscard]] static Activated_revoker Activated(auto_revoke_t, winrt::Windows::UI::WebUI::ActivatedEventHandler const& handler);
static auto Activated(winrt::event_token const& token);
static auto Suspending(winrt::Windows::UI::WebUI::SuspendingEventHandler const& handler);
using Suspending_revoker = impl::factory_event_revoker<winrt::Windows::UI::WebUI::IWebUIActivationStatics, &impl::abi_t<winrt::Windows::UI::WebUI::IWebUIActivationStatics>::remove_Suspending>;
[[nodiscard]] static Suspending_revoker Suspending(auto_revoke_t, winrt::Windows::UI::WebUI::SuspendingEventHandler const& handler);
static auto Suspending(winrt::event_token const& token);
static auto Resuming(winrt::Windows::UI::WebUI::ResumingEventHandler const& handler);
using Resuming_revoker = impl::factory_event_revoker<winrt::Windows::UI::WebUI::IWebUIActivationStatics, &impl::abi_t<winrt::Windows::UI::WebUI::IWebUIActivationStatics>::remove_Resuming>;
[[nodiscard]] static Resuming_revoker Resuming(auto_revoke_t, winrt::Windows::UI::WebUI::ResumingEventHandler const& handler);
static auto Resuming(winrt::event_token const& token);
static auto Navigated(winrt::Windows::UI::WebUI::NavigatedEventHandler const& handler);
using Navigated_revoker = impl::factory_event_revoker<winrt::Windows::UI::WebUI::IWebUIActivationStatics, &impl::abi_t<winrt::Windows::UI::WebUI::IWebUIActivationStatics>::remove_Navigated>;
[[nodiscard]] static Navigated_revoker Navigated(auto_revoke_t, winrt::Windows::UI::WebUI::NavigatedEventHandler const& handler);
static auto Navigated(winrt::event_token const& token);
static auto LeavingBackground(winrt::Windows::UI::WebUI::LeavingBackgroundEventHandler const& handler);
using LeavingBackground_revoker = impl::factory_event_revoker<winrt::Windows::UI::WebUI::IWebUIActivationStatics2, &impl::abi_t<winrt::Windows::UI::WebUI::IWebUIActivationStatics2>::remove_LeavingBackground>;
[[nodiscard]] static LeavingBackground_revoker LeavingBackground(auto_revoke_t, winrt::Windows::UI::WebUI::LeavingBackgroundEventHandler const& handler);
static auto LeavingBackground(winrt::event_token const& token);
static auto EnteredBackground(winrt::Windows::UI::WebUI::EnteredBackgroundEventHandler const& handler);
using EnteredBackground_revoker = impl::factory_event_revoker<winrt::Windows::UI::WebUI::IWebUIActivationStatics2, &impl::abi_t<winrt::Windows::UI::WebUI::IWebUIActivationStatics2>::remove_EnteredBackground>;
[[nodiscard]] static EnteredBackground_revoker EnteredBackground(auto_revoke_t, winrt::Windows::UI::WebUI::EnteredBackgroundEventHandler const& handler);
static auto EnteredBackground(winrt::event_token const& token);
static auto EnablePrelaunch(bool value);
static auto RequestRestartAsync(param::hstring const& launchArguments);
static auto RequestRestartForUserAsync(winrt::Windows::System::User const& user, param::hstring const& launchArguments);
static auto NewWebUIViewCreated(winrt::Windows::Foundation::EventHandler<winrt::Windows::UI::WebUI::NewWebUIViewCreatedEventArgs> const& handler);
using NewWebUIViewCreated_revoker = impl::factory_event_revoker<winrt::Windows::UI::WebUI::IWebUIActivationStatics4, &impl::abi_t<winrt::Windows::UI::WebUI::IWebUIActivationStatics4>::remove_NewWebUIViewCreated>;
[[nodiscard]] static NewWebUIViewCreated_revoker NewWebUIViewCreated(auto_revoke_t, winrt::Windows::Foundation::EventHandler<winrt::Windows::UI::WebUI::NewWebUIViewCreatedEventArgs> const& handler);
static auto NewWebUIViewCreated(winrt::event_token const& token);
static auto BackgroundActivated(winrt::Windows::UI::WebUI::BackgroundActivatedEventHandler const& handler);
using BackgroundActivated_revoker = impl::factory_event_revoker<winrt::Windows::UI::WebUI::IWebUIActivationStatics4, &impl::abi_t<winrt::Windows::UI::WebUI::IWebUIActivationStatics4>::remove_BackgroundActivated>;
[[nodiscard]] static BackgroundActivated_revoker BackgroundActivated(auto_revoke_t, winrt::Windows::UI::WebUI::BackgroundActivatedEventHandler const& handler);
static auto BackgroundActivated(winrt::event_token const& token);
};
struct __declspec(empty_bases) WebUIAppointmentsProviderAddAppointmentActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IAppointmentsProviderAddAppointmentActivatedEventArgs,
impl::require<WebUIAppointmentsProviderAddAppointmentActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIAppointmentsProviderAddAppointmentActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIAppointmentsProviderAddAppointmentActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IAppointmentsProviderAddAppointmentActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIAppointmentsProviderAddAppointmentActivatedEventArgs(WebUIAppointmentsProviderAddAppointmentActivatedEventArgs const&) noexcept = default;
WebUIAppointmentsProviderAddAppointmentActivatedEventArgs(WebUIAppointmentsProviderAddAppointmentActivatedEventArgs&&) noexcept = default;
WebUIAppointmentsProviderAddAppointmentActivatedEventArgs& operator=(WebUIAppointmentsProviderAddAppointmentActivatedEventArgs const&) & noexcept = default;
WebUIAppointmentsProviderAddAppointmentActivatedEventArgs& operator=(WebUIAppointmentsProviderAddAppointmentActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IAppointmentsProviderRemoveAppointmentActivatedEventArgs,
impl::require<WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IAppointmentsProviderRemoveAppointmentActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs(WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs const&) noexcept = default;
WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs(WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs&&) noexcept = default;
WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs& operator=(WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs const&) & noexcept = default;
WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs& operator=(WebUIAppointmentsProviderRemoveAppointmentActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IAppointmentsProviderReplaceAppointmentActivatedEventArgs,
impl::require<WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IAppointmentsProviderReplaceAppointmentActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs(WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs const&) noexcept = default;
WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs(WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs&&) noexcept = default;
WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs& operator=(WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs const&) & noexcept = default;
WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs& operator=(WebUIAppointmentsProviderReplaceAppointmentActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs,
impl::require<WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs(WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs const&) noexcept = default;
WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs(WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs&&) noexcept = default;
WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs& operator=(WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs const&) & noexcept = default;
WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs& operator=(WebUIAppointmentsProviderShowAppointmentDetailsActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IAppointmentsProviderShowTimeFrameActivatedEventArgs,
impl::require<WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IAppointmentsProviderShowTimeFrameActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs(WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs const&) noexcept = default;
WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs(WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs&&) noexcept = default;
WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs& operator=(WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs const&) & noexcept = default;
WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs& operator=(WebUIAppointmentsProviderShowTimeFrameActivatedEventArgs&&) & noexcept = default;
};
struct WebUIBackgroundTaskInstance
{
WebUIBackgroundTaskInstance() = delete;
[[nodiscard]] static auto Current();
};
struct __declspec(empty_bases) WebUIBackgroundTaskInstanceRuntimeClass : winrt::Windows::UI::WebUI::IWebUIBackgroundTaskInstance,
impl::require<WebUIBackgroundTaskInstanceRuntimeClass, winrt::Windows::ApplicationModel::Background::IBackgroundTaskInstance>
{
WebUIBackgroundTaskInstanceRuntimeClass(std::nullptr_t) noexcept {}
WebUIBackgroundTaskInstanceRuntimeClass(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::WebUI::IWebUIBackgroundTaskInstance(ptr, take_ownership_from_abi) {}
WebUIBackgroundTaskInstanceRuntimeClass(WebUIBackgroundTaskInstanceRuntimeClass const&) noexcept = default;
WebUIBackgroundTaskInstanceRuntimeClass(WebUIBackgroundTaskInstanceRuntimeClass&&) noexcept = default;
WebUIBackgroundTaskInstanceRuntimeClass& operator=(WebUIBackgroundTaskInstanceRuntimeClass const&) & noexcept = default;
WebUIBackgroundTaskInstanceRuntimeClass& operator=(WebUIBackgroundTaskInstanceRuntimeClass&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIBarcodeScannerPreviewActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IBarcodeScannerPreviewActivatedEventArgs,
impl::require<WebUIBarcodeScannerPreviewActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIBarcodeScannerPreviewActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIBarcodeScannerPreviewActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IBarcodeScannerPreviewActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIBarcodeScannerPreviewActivatedEventArgs(WebUIBarcodeScannerPreviewActivatedEventArgs const&) noexcept = default;
WebUIBarcodeScannerPreviewActivatedEventArgs(WebUIBarcodeScannerPreviewActivatedEventArgs&&) noexcept = default;
WebUIBarcodeScannerPreviewActivatedEventArgs& operator=(WebUIBarcodeScannerPreviewActivatedEventArgs const&) & noexcept = default;
WebUIBarcodeScannerPreviewActivatedEventArgs& operator=(WebUIBarcodeScannerPreviewActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUICachedFileUpdaterActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::ICachedFileUpdaterActivatedEventArgs,
impl::require<WebUICachedFileUpdaterActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUICachedFileUpdaterActivatedEventArgs(std::nullptr_t) noexcept {}
WebUICachedFileUpdaterActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::ICachedFileUpdaterActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUICachedFileUpdaterActivatedEventArgs(WebUICachedFileUpdaterActivatedEventArgs const&) noexcept = default;
WebUICachedFileUpdaterActivatedEventArgs(WebUICachedFileUpdaterActivatedEventArgs&&) noexcept = default;
WebUICachedFileUpdaterActivatedEventArgs& operator=(WebUICachedFileUpdaterActivatedEventArgs const&) & noexcept = default;
WebUICachedFileUpdaterActivatedEventArgs& operator=(WebUICachedFileUpdaterActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUICameraSettingsActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::ICameraSettingsActivatedEventArgs,
impl::require<WebUICameraSettingsActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUICameraSettingsActivatedEventArgs(std::nullptr_t) noexcept {}
WebUICameraSettingsActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::ICameraSettingsActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUICameraSettingsActivatedEventArgs(WebUICameraSettingsActivatedEventArgs const&) noexcept = default;
WebUICameraSettingsActivatedEventArgs(WebUICameraSettingsActivatedEventArgs&&) noexcept = default;
WebUICameraSettingsActivatedEventArgs& operator=(WebUICameraSettingsActivatedEventArgs const&) & noexcept = default;
WebUICameraSettingsActivatedEventArgs& operator=(WebUICameraSettingsActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUICommandLineActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::ICommandLineActivatedEventArgs,
impl::require<WebUICommandLineActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUICommandLineActivatedEventArgs(std::nullptr_t) noexcept {}
WebUICommandLineActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::ICommandLineActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUICommandLineActivatedEventArgs(WebUICommandLineActivatedEventArgs const&) noexcept = default;
WebUICommandLineActivatedEventArgs(WebUICommandLineActivatedEventArgs&&) noexcept = default;
WebUICommandLineActivatedEventArgs& operator=(WebUICommandLineActivatedEventArgs const&) & noexcept = default;
WebUICommandLineActivatedEventArgs& operator=(WebUICommandLineActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIContactCallActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IContactCallActivatedEventArgs,
impl::require<WebUIContactCallActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIContactCallActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIContactCallActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IContactCallActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIContactCallActivatedEventArgs(WebUIContactCallActivatedEventArgs const&) noexcept = default;
WebUIContactCallActivatedEventArgs(WebUIContactCallActivatedEventArgs&&) noexcept = default;
WebUIContactCallActivatedEventArgs& operator=(WebUIContactCallActivatedEventArgs const&) & noexcept = default;
WebUIContactCallActivatedEventArgs& operator=(WebUIContactCallActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIContactMapActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IContactMapActivatedEventArgs,
impl::require<WebUIContactMapActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIContactMapActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIContactMapActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IContactMapActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIContactMapActivatedEventArgs(WebUIContactMapActivatedEventArgs const&) noexcept = default;
WebUIContactMapActivatedEventArgs(WebUIContactMapActivatedEventArgs&&) noexcept = default;
WebUIContactMapActivatedEventArgs& operator=(WebUIContactMapActivatedEventArgs const&) & noexcept = default;
WebUIContactMapActivatedEventArgs& operator=(WebUIContactMapActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIContactMessageActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IContactMessageActivatedEventArgs,
impl::require<WebUIContactMessageActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIContactMessageActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIContactMessageActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IContactMessageActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIContactMessageActivatedEventArgs(WebUIContactMessageActivatedEventArgs const&) noexcept = default;
WebUIContactMessageActivatedEventArgs(WebUIContactMessageActivatedEventArgs&&) noexcept = default;
WebUIContactMessageActivatedEventArgs& operator=(WebUIContactMessageActivatedEventArgs const&) & noexcept = default;
WebUIContactMessageActivatedEventArgs& operator=(WebUIContactMessageActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIContactPanelActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IContactPanelActivatedEventArgs,
impl::require<WebUIContactPanelActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIContactPanelActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIContactPanelActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IContactPanelActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIContactPanelActivatedEventArgs(WebUIContactPanelActivatedEventArgs const&) noexcept = default;
WebUIContactPanelActivatedEventArgs(WebUIContactPanelActivatedEventArgs&&) noexcept = default;
WebUIContactPanelActivatedEventArgs& operator=(WebUIContactPanelActivatedEventArgs const&) & noexcept = default;
WebUIContactPanelActivatedEventArgs& operator=(WebUIContactPanelActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIContactPickerActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IContactPickerActivatedEventArgs,
impl::require<WebUIContactPickerActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIContactPickerActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIContactPickerActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IContactPickerActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIContactPickerActivatedEventArgs(WebUIContactPickerActivatedEventArgs const&) noexcept = default;
WebUIContactPickerActivatedEventArgs(WebUIContactPickerActivatedEventArgs&&) noexcept = default;
WebUIContactPickerActivatedEventArgs& operator=(WebUIContactPickerActivatedEventArgs const&) & noexcept = default;
WebUIContactPickerActivatedEventArgs& operator=(WebUIContactPickerActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIContactPostActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IContactPostActivatedEventArgs,
impl::require<WebUIContactPostActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIContactPostActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIContactPostActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IContactPostActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIContactPostActivatedEventArgs(WebUIContactPostActivatedEventArgs const&) noexcept = default;
WebUIContactPostActivatedEventArgs(WebUIContactPostActivatedEventArgs&&) noexcept = default;
WebUIContactPostActivatedEventArgs& operator=(WebUIContactPostActivatedEventArgs const&) & noexcept = default;
WebUIContactPostActivatedEventArgs& operator=(WebUIContactPostActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIContactVideoCallActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IContactVideoCallActivatedEventArgs,
impl::require<WebUIContactVideoCallActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIContactVideoCallActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIContactVideoCallActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IContactVideoCallActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIContactVideoCallActivatedEventArgs(WebUIContactVideoCallActivatedEventArgs const&) noexcept = default;
WebUIContactVideoCallActivatedEventArgs(WebUIContactVideoCallActivatedEventArgs&&) noexcept = default;
WebUIContactVideoCallActivatedEventArgs& operator=(WebUIContactVideoCallActivatedEventArgs const&) & noexcept = default;
WebUIContactVideoCallActivatedEventArgs& operator=(WebUIContactVideoCallActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIDeviceActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IDeviceActivatedEventArgs,
impl::require<WebUIDeviceActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IApplicationViewActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIDeviceActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIDeviceActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IDeviceActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIDeviceActivatedEventArgs(WebUIDeviceActivatedEventArgs const&) noexcept = default;
WebUIDeviceActivatedEventArgs(WebUIDeviceActivatedEventArgs&&) noexcept = default;
WebUIDeviceActivatedEventArgs& operator=(WebUIDeviceActivatedEventArgs const&) & noexcept = default;
WebUIDeviceActivatedEventArgs& operator=(WebUIDeviceActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIDevicePairingActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IDevicePairingActivatedEventArgs,
impl::require<WebUIDevicePairingActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIDevicePairingActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIDevicePairingActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IDevicePairingActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIDevicePairingActivatedEventArgs(WebUIDevicePairingActivatedEventArgs const&) noexcept = default;
WebUIDevicePairingActivatedEventArgs(WebUIDevicePairingActivatedEventArgs&&) noexcept = default;
WebUIDevicePairingActivatedEventArgs& operator=(WebUIDevicePairingActivatedEventArgs const&) & noexcept = default;
WebUIDevicePairingActivatedEventArgs& operator=(WebUIDevicePairingActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIDialReceiverActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IDialReceiverActivatedEventArgs,
impl::require<WebUIDialReceiverActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IApplicationViewActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIDialReceiverActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIDialReceiverActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IDialReceiverActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIDialReceiverActivatedEventArgs(WebUIDialReceiverActivatedEventArgs const&) noexcept = default;
WebUIDialReceiverActivatedEventArgs(WebUIDialReceiverActivatedEventArgs&&) noexcept = default;
WebUIDialReceiverActivatedEventArgs& operator=(WebUIDialReceiverActivatedEventArgs const&) & noexcept = default;
WebUIDialReceiverActivatedEventArgs& operator=(WebUIDialReceiverActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIFileActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IFileActivatedEventArgs,
impl::require<WebUIFileActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IApplicationViewActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IFileActivatedEventArgsWithNeighboringFiles, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIFileActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIFileActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IFileActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIFileActivatedEventArgs(WebUIFileActivatedEventArgs const&) noexcept = default;
WebUIFileActivatedEventArgs(WebUIFileActivatedEventArgs&&) noexcept = default;
WebUIFileActivatedEventArgs& operator=(WebUIFileActivatedEventArgs const&) & noexcept = default;
WebUIFileActivatedEventArgs& operator=(WebUIFileActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIFileOpenPickerActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IFileOpenPickerActivatedEventArgs,
impl::require<WebUIFileOpenPickerActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IFileOpenPickerActivatedEventArgs2, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIFileOpenPickerActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIFileOpenPickerActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IFileOpenPickerActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIFileOpenPickerActivatedEventArgs(WebUIFileOpenPickerActivatedEventArgs const&) noexcept = default;
WebUIFileOpenPickerActivatedEventArgs(WebUIFileOpenPickerActivatedEventArgs&&) noexcept = default;
WebUIFileOpenPickerActivatedEventArgs& operator=(WebUIFileOpenPickerActivatedEventArgs const&) & noexcept = default;
WebUIFileOpenPickerActivatedEventArgs& operator=(WebUIFileOpenPickerActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIFileOpenPickerContinuationEventArgs : winrt::Windows::ApplicationModel::Activation::IFileOpenPickerContinuationEventArgs,
impl::require<WebUIFileOpenPickerContinuationEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIFileOpenPickerContinuationEventArgs(std::nullptr_t) noexcept {}
WebUIFileOpenPickerContinuationEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IFileOpenPickerContinuationEventArgs(ptr, take_ownership_from_abi) {}
WebUIFileOpenPickerContinuationEventArgs(WebUIFileOpenPickerContinuationEventArgs const&) noexcept = default;
WebUIFileOpenPickerContinuationEventArgs(WebUIFileOpenPickerContinuationEventArgs&&) noexcept = default;
WebUIFileOpenPickerContinuationEventArgs& operator=(WebUIFileOpenPickerContinuationEventArgs const&) & noexcept = default;
WebUIFileOpenPickerContinuationEventArgs& operator=(WebUIFileOpenPickerContinuationEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIFileSavePickerActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IFileSavePickerActivatedEventArgs,
impl::require<WebUIFileSavePickerActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IFileSavePickerActivatedEventArgs2, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIFileSavePickerActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIFileSavePickerActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IFileSavePickerActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIFileSavePickerActivatedEventArgs(WebUIFileSavePickerActivatedEventArgs const&) noexcept = default;
WebUIFileSavePickerActivatedEventArgs(WebUIFileSavePickerActivatedEventArgs&&) noexcept = default;
WebUIFileSavePickerActivatedEventArgs& operator=(WebUIFileSavePickerActivatedEventArgs const&) & noexcept = default;
WebUIFileSavePickerActivatedEventArgs& operator=(WebUIFileSavePickerActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIFileSavePickerContinuationEventArgs : winrt::Windows::ApplicationModel::Activation::IFileSavePickerContinuationEventArgs,
impl::require<WebUIFileSavePickerContinuationEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIFileSavePickerContinuationEventArgs(std::nullptr_t) noexcept {}
WebUIFileSavePickerContinuationEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IFileSavePickerContinuationEventArgs(ptr, take_ownership_from_abi) {}
WebUIFileSavePickerContinuationEventArgs(WebUIFileSavePickerContinuationEventArgs const&) noexcept = default;
WebUIFileSavePickerContinuationEventArgs(WebUIFileSavePickerContinuationEventArgs&&) noexcept = default;
WebUIFileSavePickerContinuationEventArgs& operator=(WebUIFileSavePickerContinuationEventArgs const&) & noexcept = default;
WebUIFileSavePickerContinuationEventArgs& operator=(WebUIFileSavePickerContinuationEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIFolderPickerContinuationEventArgs : winrt::Windows::ApplicationModel::Activation::IFolderPickerContinuationEventArgs,
impl::require<WebUIFolderPickerContinuationEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIFolderPickerContinuationEventArgs(std::nullptr_t) noexcept {}
WebUIFolderPickerContinuationEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IFolderPickerContinuationEventArgs(ptr, take_ownership_from_abi) {}
WebUIFolderPickerContinuationEventArgs(WebUIFolderPickerContinuationEventArgs const&) noexcept = default;
WebUIFolderPickerContinuationEventArgs(WebUIFolderPickerContinuationEventArgs&&) noexcept = default;
WebUIFolderPickerContinuationEventArgs& operator=(WebUIFolderPickerContinuationEventArgs const&) & noexcept = default;
WebUIFolderPickerContinuationEventArgs& operator=(WebUIFolderPickerContinuationEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUILaunchActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::ILaunchActivatedEventArgs,
impl::require<WebUILaunchActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IPrelaunchActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IApplicationViewActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser, winrt::Windows::ApplicationModel::Activation::ILaunchActivatedEventArgs2>
{
WebUILaunchActivatedEventArgs(std::nullptr_t) noexcept {}
WebUILaunchActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::ILaunchActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUILaunchActivatedEventArgs(WebUILaunchActivatedEventArgs const&) noexcept = default;
WebUILaunchActivatedEventArgs(WebUILaunchActivatedEventArgs&&) noexcept = default;
WebUILaunchActivatedEventArgs& operator=(WebUILaunchActivatedEventArgs const&) & noexcept = default;
WebUILaunchActivatedEventArgs& operator=(WebUILaunchActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUILockScreenActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::ILockScreenActivatedEventArgs,
impl::require<WebUILockScreenActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IApplicationViewActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUILockScreenActivatedEventArgs(std::nullptr_t) noexcept {}
WebUILockScreenActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::ILockScreenActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUILockScreenActivatedEventArgs(WebUILockScreenActivatedEventArgs const&) noexcept = default;
WebUILockScreenActivatedEventArgs(WebUILockScreenActivatedEventArgs&&) noexcept = default;
WebUILockScreenActivatedEventArgs& operator=(WebUILockScreenActivatedEventArgs const&) & noexcept = default;
WebUILockScreenActivatedEventArgs& operator=(WebUILockScreenActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUILockScreenCallActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::ILockScreenCallActivatedEventArgs,
impl::require<WebUILockScreenCallActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IApplicationViewActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUILockScreenCallActivatedEventArgs(std::nullptr_t) noexcept {}
WebUILockScreenCallActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::ILockScreenCallActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUILockScreenCallActivatedEventArgs(WebUILockScreenCallActivatedEventArgs const&) noexcept = default;
WebUILockScreenCallActivatedEventArgs(WebUILockScreenCallActivatedEventArgs&&) noexcept = default;
WebUILockScreenCallActivatedEventArgs& operator=(WebUILockScreenCallActivatedEventArgs const&) & noexcept = default;
WebUILockScreenCallActivatedEventArgs& operator=(WebUILockScreenCallActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUILockScreenComponentActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IActivatedEventArgs,
impl::require<WebUILockScreenComponentActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUILockScreenComponentActivatedEventArgs(std::nullptr_t) noexcept {}
WebUILockScreenComponentActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUILockScreenComponentActivatedEventArgs(WebUILockScreenComponentActivatedEventArgs const&) noexcept = default;
WebUILockScreenComponentActivatedEventArgs(WebUILockScreenComponentActivatedEventArgs&&) noexcept = default;
WebUILockScreenComponentActivatedEventArgs& operator=(WebUILockScreenComponentActivatedEventArgs const&) & noexcept = default;
WebUILockScreenComponentActivatedEventArgs& operator=(WebUILockScreenComponentActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUINavigatedDeferral : winrt::Windows::UI::WebUI::IWebUINavigatedDeferral
{
WebUINavigatedDeferral(std::nullptr_t) noexcept {}
WebUINavigatedDeferral(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::WebUI::IWebUINavigatedDeferral(ptr, take_ownership_from_abi) {}
WebUINavigatedDeferral(WebUINavigatedDeferral const&) noexcept = default;
WebUINavigatedDeferral(WebUINavigatedDeferral&&) noexcept = default;
WebUINavigatedDeferral& operator=(WebUINavigatedDeferral const&) & noexcept = default;
WebUINavigatedDeferral& operator=(WebUINavigatedDeferral&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUINavigatedEventArgs : winrt::Windows::UI::WebUI::IWebUINavigatedEventArgs
{
WebUINavigatedEventArgs(std::nullptr_t) noexcept {}
WebUINavigatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::WebUI::IWebUINavigatedEventArgs(ptr, take_ownership_from_abi) {}
WebUINavigatedEventArgs(WebUINavigatedEventArgs const&) noexcept = default;
WebUINavigatedEventArgs(WebUINavigatedEventArgs&&) noexcept = default;
WebUINavigatedEventArgs& operator=(WebUINavigatedEventArgs const&) & noexcept = default;
WebUINavigatedEventArgs& operator=(WebUINavigatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUINavigatedOperation : winrt::Windows::UI::WebUI::IWebUINavigatedOperation
{
WebUINavigatedOperation(std::nullptr_t) noexcept {}
WebUINavigatedOperation(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::WebUI::IWebUINavigatedOperation(ptr, take_ownership_from_abi) {}
WebUINavigatedOperation(WebUINavigatedOperation const&) noexcept = default;
WebUINavigatedOperation(WebUINavigatedOperation&&) noexcept = default;
WebUINavigatedOperation& operator=(WebUINavigatedOperation const&) & noexcept = default;
WebUINavigatedOperation& operator=(WebUINavigatedOperation&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIPrint3DWorkflowActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IPrint3DWorkflowActivatedEventArgs,
impl::require<WebUIPrint3DWorkflowActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIPrint3DWorkflowActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIPrint3DWorkflowActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IPrint3DWorkflowActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIPrint3DWorkflowActivatedEventArgs(WebUIPrint3DWorkflowActivatedEventArgs const&) noexcept = default;
WebUIPrint3DWorkflowActivatedEventArgs(WebUIPrint3DWorkflowActivatedEventArgs&&) noexcept = default;
WebUIPrint3DWorkflowActivatedEventArgs& operator=(WebUIPrint3DWorkflowActivatedEventArgs const&) & noexcept = default;
WebUIPrint3DWorkflowActivatedEventArgs& operator=(WebUIPrint3DWorkflowActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIPrintTaskSettingsActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IPrintTaskSettingsActivatedEventArgs,
impl::require<WebUIPrintTaskSettingsActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIPrintTaskSettingsActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIPrintTaskSettingsActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IPrintTaskSettingsActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIPrintTaskSettingsActivatedEventArgs(WebUIPrintTaskSettingsActivatedEventArgs const&) noexcept = default;
WebUIPrintTaskSettingsActivatedEventArgs(WebUIPrintTaskSettingsActivatedEventArgs&&) noexcept = default;
WebUIPrintTaskSettingsActivatedEventArgs& operator=(WebUIPrintTaskSettingsActivatedEventArgs const&) & noexcept = default;
WebUIPrintTaskSettingsActivatedEventArgs& operator=(WebUIPrintTaskSettingsActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIPrintWorkflowForegroundTaskActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IActivatedEventArgs,
impl::require<WebUIPrintWorkflowForegroundTaskActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIPrintWorkflowForegroundTaskActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIPrintWorkflowForegroundTaskActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIPrintWorkflowForegroundTaskActivatedEventArgs(WebUIPrintWorkflowForegroundTaskActivatedEventArgs const&) noexcept = default;
WebUIPrintWorkflowForegroundTaskActivatedEventArgs(WebUIPrintWorkflowForegroundTaskActivatedEventArgs&&) noexcept = default;
WebUIPrintWorkflowForegroundTaskActivatedEventArgs& operator=(WebUIPrintWorkflowForegroundTaskActivatedEventArgs const&) & noexcept = default;
WebUIPrintWorkflowForegroundTaskActivatedEventArgs& operator=(WebUIPrintWorkflowForegroundTaskActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIProtocolActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IProtocolActivatedEventArgs,
impl::require<WebUIProtocolActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData, winrt::Windows::ApplicationModel::Activation::IApplicationViewActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIProtocolActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIProtocolActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IProtocolActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIProtocolActivatedEventArgs(WebUIProtocolActivatedEventArgs const&) noexcept = default;
WebUIProtocolActivatedEventArgs(WebUIProtocolActivatedEventArgs&&) noexcept = default;
WebUIProtocolActivatedEventArgs& operator=(WebUIProtocolActivatedEventArgs const&) & noexcept = default;
WebUIProtocolActivatedEventArgs& operator=(WebUIProtocolActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIProtocolForResultsActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IProtocolForResultsActivatedEventArgs,
impl::require<WebUIProtocolForResultsActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IProtocolActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IProtocolActivatedEventArgsWithCallerPackageFamilyNameAndData, winrt::Windows::ApplicationModel::Activation::IApplicationViewActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIProtocolForResultsActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIProtocolForResultsActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IProtocolForResultsActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIProtocolForResultsActivatedEventArgs(WebUIProtocolForResultsActivatedEventArgs const&) noexcept = default;
WebUIProtocolForResultsActivatedEventArgs(WebUIProtocolForResultsActivatedEventArgs&&) noexcept = default;
WebUIProtocolForResultsActivatedEventArgs& operator=(WebUIProtocolForResultsActivatedEventArgs const&) & noexcept = default;
WebUIProtocolForResultsActivatedEventArgs& operator=(WebUIProtocolForResultsActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIRestrictedLaunchActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IRestrictedLaunchActivatedEventArgs,
impl::require<WebUIRestrictedLaunchActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIRestrictedLaunchActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIRestrictedLaunchActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IRestrictedLaunchActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIRestrictedLaunchActivatedEventArgs(WebUIRestrictedLaunchActivatedEventArgs const&) noexcept = default;
WebUIRestrictedLaunchActivatedEventArgs(WebUIRestrictedLaunchActivatedEventArgs&&) noexcept = default;
WebUIRestrictedLaunchActivatedEventArgs& operator=(WebUIRestrictedLaunchActivatedEventArgs const&) & noexcept = default;
WebUIRestrictedLaunchActivatedEventArgs& operator=(WebUIRestrictedLaunchActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUISearchActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::ISearchActivatedEventArgs,
impl::require<WebUISearchActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::ISearchActivatedEventArgsWithLinguisticDetails, winrt::Windows::ApplicationModel::Activation::IApplicationViewActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUISearchActivatedEventArgs(std::nullptr_t) noexcept {}
WebUISearchActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::ISearchActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUISearchActivatedEventArgs(WebUISearchActivatedEventArgs const&) noexcept = default;
WebUISearchActivatedEventArgs(WebUISearchActivatedEventArgs&&) noexcept = default;
WebUISearchActivatedEventArgs& operator=(WebUISearchActivatedEventArgs const&) & noexcept = default;
WebUISearchActivatedEventArgs& operator=(WebUISearchActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIShareTargetActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IShareTargetActivatedEventArgs,
impl::require<WebUIShareTargetActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIShareTargetActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIShareTargetActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IShareTargetActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIShareTargetActivatedEventArgs(WebUIShareTargetActivatedEventArgs const&) noexcept = default;
WebUIShareTargetActivatedEventArgs(WebUIShareTargetActivatedEventArgs&&) noexcept = default;
WebUIShareTargetActivatedEventArgs& operator=(WebUIShareTargetActivatedEventArgs const&) & noexcept = default;
WebUIShareTargetActivatedEventArgs& operator=(WebUIShareTargetActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIStartupTaskActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IStartupTaskActivatedEventArgs,
impl::require<WebUIStartupTaskActivatedEventArgs, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIStartupTaskActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIStartupTaskActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IStartupTaskActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIStartupTaskActivatedEventArgs(WebUIStartupTaskActivatedEventArgs const&) noexcept = default;
WebUIStartupTaskActivatedEventArgs(WebUIStartupTaskActivatedEventArgs&&) noexcept = default;
WebUIStartupTaskActivatedEventArgs& operator=(WebUIStartupTaskActivatedEventArgs const&) & noexcept = default;
WebUIStartupTaskActivatedEventArgs& operator=(WebUIStartupTaskActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIToastNotificationActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IToastNotificationActivatedEventArgs,
impl::require<WebUIToastNotificationActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIToastNotificationActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIToastNotificationActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IToastNotificationActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIToastNotificationActivatedEventArgs(WebUIToastNotificationActivatedEventArgs const&) noexcept = default;
WebUIToastNotificationActivatedEventArgs(WebUIToastNotificationActivatedEventArgs&&) noexcept = default;
WebUIToastNotificationActivatedEventArgs& operator=(WebUIToastNotificationActivatedEventArgs const&) & noexcept = default;
WebUIToastNotificationActivatedEventArgs& operator=(WebUIToastNotificationActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIUserDataAccountProviderActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IUserDataAccountProviderActivatedEventArgs,
impl::require<WebUIUserDataAccountProviderActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIUserDataAccountProviderActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIUserDataAccountProviderActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IUserDataAccountProviderActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIUserDataAccountProviderActivatedEventArgs(WebUIUserDataAccountProviderActivatedEventArgs const&) noexcept = default;
WebUIUserDataAccountProviderActivatedEventArgs(WebUIUserDataAccountProviderActivatedEventArgs&&) noexcept = default;
WebUIUserDataAccountProviderActivatedEventArgs& operator=(WebUIUserDataAccountProviderActivatedEventArgs const&) & noexcept = default;
WebUIUserDataAccountProviderActivatedEventArgs& operator=(WebUIUserDataAccountProviderActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIView : winrt::Windows::UI::WebUI::IWebUIView,
impl::require<WebUIView, winrt::Windows::Web::UI::IWebViewControl, winrt::Windows::Web::UI::IWebViewControl2>
{
WebUIView(std::nullptr_t) noexcept {}
WebUIView(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::UI::WebUI::IWebUIView(ptr, take_ownership_from_abi) {}
WebUIView(WebUIView const&) noexcept = default;
WebUIView(WebUIView&&) noexcept = default;
WebUIView& operator=(WebUIView const&) & noexcept = default;
WebUIView& operator=(WebUIView&&) & noexcept = default;
static auto CreateAsync();
static auto CreateAsync(winrt::Windows::Foundation::Uri const& uri);
};
struct __declspec(empty_bases) WebUIVoiceCommandActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IVoiceCommandActivatedEventArgs,
impl::require<WebUIVoiceCommandActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIVoiceCommandActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIVoiceCommandActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IVoiceCommandActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIVoiceCommandActivatedEventArgs(WebUIVoiceCommandActivatedEventArgs const&) noexcept = default;
WebUIVoiceCommandActivatedEventArgs(WebUIVoiceCommandActivatedEventArgs&&) noexcept = default;
WebUIVoiceCommandActivatedEventArgs& operator=(WebUIVoiceCommandActivatedEventArgs const&) & noexcept = default;
WebUIVoiceCommandActivatedEventArgs& operator=(WebUIVoiceCommandActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIWalletActionActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IWalletActionActivatedEventArgs,
impl::require<WebUIWalletActionActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIWalletActionActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIWalletActionActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IWalletActionActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIWalletActionActivatedEventArgs(WebUIWalletActionActivatedEventArgs const&) noexcept = default;
WebUIWalletActionActivatedEventArgs(WebUIWalletActionActivatedEventArgs&&) noexcept = default;
WebUIWalletActionActivatedEventArgs& operator=(WebUIWalletActionActivatedEventArgs const&) & noexcept = default;
WebUIWalletActionActivatedEventArgs& operator=(WebUIWalletActionActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIWebAccountProviderActivatedEventArgs : winrt::Windows::ApplicationModel::Activation::IWebAccountProviderActivatedEventArgs,
impl::require<WebUIWebAccountProviderActivatedEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral, winrt::Windows::ApplicationModel::Activation::IActivatedEventArgsWithUser>
{
WebUIWebAccountProviderActivatedEventArgs(std::nullptr_t) noexcept {}
WebUIWebAccountProviderActivatedEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IWebAccountProviderActivatedEventArgs(ptr, take_ownership_from_abi) {}
WebUIWebAccountProviderActivatedEventArgs(WebUIWebAccountProviderActivatedEventArgs const&) noexcept = default;
WebUIWebAccountProviderActivatedEventArgs(WebUIWebAccountProviderActivatedEventArgs&&) noexcept = default;
WebUIWebAccountProviderActivatedEventArgs& operator=(WebUIWebAccountProviderActivatedEventArgs const&) & noexcept = default;
WebUIWebAccountProviderActivatedEventArgs& operator=(WebUIWebAccountProviderActivatedEventArgs&&) & noexcept = default;
};
struct __declspec(empty_bases) WebUIWebAuthenticationBrokerContinuationEventArgs : winrt::Windows::ApplicationModel::Activation::IWebAuthenticationBrokerContinuationEventArgs,
impl::require<WebUIWebAuthenticationBrokerContinuationEventArgs, winrt::Windows::UI::WebUI::IActivatedEventArgsDeferral>
{
WebUIWebAuthenticationBrokerContinuationEventArgs(std::nullptr_t) noexcept {}
WebUIWebAuthenticationBrokerContinuationEventArgs(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::ApplicationModel::Activation::IWebAuthenticationBrokerContinuationEventArgs(ptr, take_ownership_from_abi) {}
WebUIWebAuthenticationBrokerContinuationEventArgs(WebUIWebAuthenticationBrokerContinuationEventArgs const&) noexcept = default;
WebUIWebAuthenticationBrokerContinuationEventArgs(WebUIWebAuthenticationBrokerContinuationEventArgs&&) noexcept = default;
WebUIWebAuthenticationBrokerContinuationEventArgs& operator=(WebUIWebAuthenticationBrokerContinuationEventArgs const&) & noexcept = default;
WebUIWebAuthenticationBrokerContinuationEventArgs& operator=(WebUIWebAuthenticationBrokerContinuationEventArgs&&) & noexcept = default;
};
}
#endif