| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/cppwinrt/winrt/impl/ |
Upload File : |
// C++/WinRT v2.0.190620.2
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#ifndef WINRT_Windows_Data_Html_0_H
#define WINRT_Windows_Data_Html_0_H
namespace winrt::Windows::Data::Html
{
struct IHtmlUtilities;
struct HtmlUtilities;
}
namespace winrt::impl
{
template <> struct category<Windows::Data::Html::IHtmlUtilities>
{
using type = interface_category;
};
template <> struct category<Windows::Data::Html::HtmlUtilities>
{
using type = class_category;
};
template <> struct name<Windows::Data::Html::IHtmlUtilities>
{
static constexpr auto & value{ L"Windows.Data.Html.IHtmlUtilities" };
};
template <> struct name<Windows::Data::Html::HtmlUtilities>
{
static constexpr auto & value{ L"Windows.Data.Html.HtmlUtilities" };
};
template <> struct guid_storage<Windows::Data::Html::IHtmlUtilities>
{
static constexpr guid value{ 0xFEC00ADD,0x2399,0x4FAC,{ 0xB5,0xA7,0x05,0xE9,0xAC,0xD7,0x18,0x1D } };
};
template <> struct abi<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
{
auto ConvertToText(param::hstring const& html) const;
};
template <> struct consume<Windows::Data::Html::IHtmlUtilities>
{
template <typename D> using type = consume_Windows_Data_Html_IHtmlUtilities<D>;
};
}
#endif