windows::Win32::Data::Xml::XmlLite

Function CreateXmlReaderInputWithEncodingCodePage

pub unsafe fn CreateXmlReaderInputWithEncodingCodePage<P0, P1, P4>(
    pinputstream: P0,
    pmalloc: P1,
    nencodingcodepage: u32,
    fencodinghint: bool,
    pwszbaseuri: P4,
) -> Result<IUnknown>
where P0: Param<IUnknown>, P1: Param<IMalloc>, P4: Param<PCWSTR>,