| 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 : C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/winrt/ |
Upload File : |
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// File generated by WinMDIDL version 8.00.0021
//
import "inspectable.idl";
import "AsyncInfo.idl";
import "EventToken.idl";
import "windowscontracts.idl";
import "Windows.Foundation.idl";
import "Windows.Data.Xml.Dom.idl";
// Forward Declare
namespace Windows
{
namespace Data
{
namespace Xml
{
namespace Dom
{
interface IXmlNode;
runtimeclass XmlDocument;
}
}
}
}
namespace Windows
{
namespace Foundation
{
apicontract UniversalApiContract;
}
}
namespace Windows
{
namespace Data
{
namespace Xml
{
namespace Xsl
{
interface IXsltProcessor;
interface IXsltProcessor2;
interface IXsltProcessorFactory;
runtimeclass XsltProcessor;
}
}
}
}
// Generic instantiations
// Type definition
namespace Windows
{
namespace Data
{
namespace Xml
{
namespace Xsl
{
[contract(Windows.Foundation.UniversalApiContract, 1.0)]
[exclusiveto(Windows.Data.Xml.Xsl.XsltProcessor)]
[uuid(7B64703F-550C-48C6-A90F-93A5B964518F)]
interface IXsltProcessor : IInspectable
{
HRESULT TransformToString([in] Windows.Data.Xml.Dom.IXmlNode* inputNode, [out] [retval] HSTRING* output);
}
[contract(Windows.Foundation.UniversalApiContract, 1.0)]
[exclusiveto(Windows.Data.Xml.Xsl.XsltProcessor)]
[uuid(8DA45C56-97A5-44CB-A8BE-27D86280C70A)]
interface IXsltProcessor2 : IInspectable
{
HRESULT TransformToDocument([in] Windows.Data.Xml.Dom.IXmlNode* inputNode, [out] [retval] Windows.Data.Xml.Dom.XmlDocument** output);
}
[contract(Windows.Foundation.UniversalApiContract, 1.0)]
[exclusiveto(Windows.Data.Xml.Xsl.XsltProcessor)]
[uuid(274146C0-9A51-4663-BF30-0EF742146F20)]
interface IXsltProcessorFactory : IInspectable
{
HRESULT CreateInstance([in] Windows.Data.Xml.Dom.XmlDocument* document, [out] [retval] Windows.Data.Xml.Xsl.XsltProcessor** xsltProcessor);
}
[activatable(Windows.Data.Xml.Xsl.IXsltProcessorFactory, Windows.Foundation.UniversalApiContract, 1.0)]
[contract(Windows.Foundation.UniversalApiContract, 1.0)]
[marshaling_behavior(agile)]
[threading(both)]
runtimeclass XsltProcessor
{
[default] interface Windows.Data.Xml.Xsl.IXsltProcessor;
[contract(Windows.Foundation.UniversalApiContract, 1.0)] interface Windows.Data.Xml.Xsl.IXsltProcessor2;
}
}
}
}
}