mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[PSDK] Update xmllite.idl. CORE-11368
svn path=/trunk/; revision=71726
This commit is contained in:
@@ -300,3 +300,5 @@ cpp_quote("STDAPI CreateXmlWriter(REFIID riid, void **ppvObject, IMalloc *pMallo
|
||||
cpp_quote("typedef IUnknown IXmlWriterOutput;")
|
||||
cpp_quote("STDAPI CreateXmlWriterOutputWithEncodingName(IUnknown *stream, IMalloc *pMalloc,")
|
||||
cpp_quote(" LPCWSTR encoding, IXmlWriterOutput **output);")
|
||||
cpp_quote("STDAPI CreateXmlWriterOutputWithEncodingCodePage(IUnknown *stream, IMalloc *pMalloc,")
|
||||
cpp_quote(" UINT codepage, IXmlWriterOutput **output);")
|
||||
|
||||
Reference in New Issue
Block a user