Files
nearby/internal/platform/implementation/windows/generated/winrt/impl/Windows.Data.Html.0.h
T
hais f5fcd35ced nearby sdk refactor
PiperOrigin-RevId: 425434260
2022-02-02 11:56:39 -08:00

36 lines
1.5 KiB
C++

// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.210930.14
#pragma once
#ifndef WINRT_Windows_Data_Html_0_H
#define WINRT_Windows_Data_Html_0_H
WINRT_EXPORT namespace winrt::Windows::Data::Html
{
struct IHtmlUtilities;
struct HtmlUtilities;
}
namespace winrt::impl
{
template <> struct category<winrt::Windows::Data::Html::IHtmlUtilities>{ using type = interface_category; };
template <> struct category<winrt::Windows::Data::Html::HtmlUtilities>{ using type = class_category; };
template <> inline constexpr auto& name_v<winrt::Windows::Data::Html::HtmlUtilities> = L"Windows.Data.Html.HtmlUtilities";
template <> inline constexpr auto& name_v<winrt::Windows::Data::Html::IHtmlUtilities> = L"Windows.Data.Html.IHtmlUtilities";
template <> inline constexpr guid guid_v<winrt::Windows::Data::Html::IHtmlUtilities>{ 0xFEC00ADD,0x2399,0x4FAC,{ 0xB5,0xA7,0x05,0xE9,0xAC,0xD7,0x18,0x1D } }; // FEC00ADD-2399-4FAC-B5A7-05E9ACD7181D
template <> struct abi<winrt::Windows::Data::Html::IHtmlUtilities>
{
struct __declspec(novtable) type : inspectable_abi
{
virtual int32_t __stdcall ConvertToText(void*, void**) noexcept = 0;
};
};
template <typename D>
struct consume_Windows_Data_Html_IHtmlUtilities
{
WINRT_IMPL_AUTO(hstring) ConvertToText(param::hstring const& html) const;
};
template <> struct consume<winrt::Windows::Data::Html::IHtmlUtilities>
{
template <typename D> using type = consume_Windows_Data_Html_IHtmlUtilities<D>;
};
}
#endif