Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Windows.System.RemoteDesktop.Input.2.h
2025-07-09 08:58:00 -07:00

33 lines
2.4 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
#pragma once
#ifndef WINRT_Windows_System_RemoteDesktop_Input_2_H
#define WINRT_Windows_System_RemoteDesktop_Input_2_H
#include "winrt/impl/Windows.Foundation.1.h"
#include "winrt/impl/Windows.System.RemoteDesktop.Input.1.h"
WINRT_EXPORT namespace winrt::Windows::System::RemoteDesktop::Input
{
struct RemoteTextConnectionDataHandler : winrt::Windows::Foundation::IUnknown
{
RemoteTextConnectionDataHandler(std::nullptr_t = nullptr) noexcept {}
RemoteTextConnectionDataHandler(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IUnknown(ptr, take_ownership_from_abi) {}
template <typename L> RemoteTextConnectionDataHandler(L lambda);
template <typename F> RemoteTextConnectionDataHandler(F* function);
template <typename O, typename M> RemoteTextConnectionDataHandler(O* object, M method);
template <typename O, typename M> RemoteTextConnectionDataHandler(com_ptr<O>&& object, M method);
template <typename O, typename LM> RemoteTextConnectionDataHandler(weak_ref<O>&& object, LM&& lambda_or_method);
template <typename O, typename M> RemoteTextConnectionDataHandler(std::shared_ptr<O>&& object, M method);
template <typename O, typename LM> RemoteTextConnectionDataHandler(std::weak_ptr<O>&& object, LM&& lambda_or_method);
auto operator()(array_view<uint8_t const> pduData) const;
};
struct WINRT_IMPL_EMPTY_BASES RemoteTextConnection : winrt::Windows::System::RemoteDesktop::Input::IRemoteTextConnection,
impl::require<RemoteTextConnection, winrt::Windows::System::RemoteDesktop::Input::IRemoteTextConnection2, winrt::Windows::Foundation::IClosable>
{
RemoteTextConnection(std::nullptr_t) noexcept {}
RemoteTextConnection(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::System::RemoteDesktop::Input::IRemoteTextConnection(ptr, take_ownership_from_abi) {}
RemoteTextConnection(winrt::guid const& connectionId, winrt::Windows::System::RemoteDesktop::Input::RemoteTextConnectionDataHandler const& pduForwarder);
RemoteTextConnection(winrt::guid const& connectionId, winrt::Windows::System::RemoteDesktop::Input::RemoteTextConnectionDataHandler const& pduForwarder, winrt::Windows::System::RemoteDesktop::Input::RemoteTextConnectionOptions const& options);
};
}
#endif