Zen API
zXml_LoadBytes
C
zStatus zXml_LoadBytes(zXml* xml, const zByte* data, zUIntPtr size);
Parameters
Parameters 
Description 
zXml* xml 
Destination for the constructed object handle. 
const zByte* data 
File data. 
zUIntPtr size 
File size. 
Description

Loads an XML document from an in-memory file.

File

zXml.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.