mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[PSDK] Update xmllite.idl. CORE-11368
svn path=/trunk/; revision=71726
This commit is contained in:
parent
ad8d7855c6
commit
acef311a10
1 changed files with 2 additions and 0 deletions
|
@ -300,3 +300,5 @@ cpp_quote("STDAPI CreateXmlWriter(REFIID riid, void **ppvObject, IMalloc *pMallo
|
||||||
cpp_quote("typedef IUnknown IXmlWriterOutput;")
|
cpp_quote("typedef IUnknown IXmlWriterOutput;")
|
||||||
cpp_quote("STDAPI CreateXmlWriterOutputWithEncodingName(IUnknown *stream, IMalloc *pMalloc,")
|
cpp_quote("STDAPI CreateXmlWriterOutputWithEncodingName(IUnknown *stream, IMalloc *pMalloc,")
|
||||||
cpp_quote(" LPCWSTR encoding, IXmlWriterOutput **output);")
|
cpp_quote(" LPCWSTR encoding, IXmlWriterOutput **output);")
|
||||||
|
cpp_quote("STDAPI CreateXmlWriterOutputWithEncodingCodePage(IUnknown *stream, IMalloc *pMalloc,")
|
||||||
|
cpp_quote(" UINT codepage, IXmlWriterOutput **output);")
|
||||||
|
|
Loading…
Reference in a new issue