1.7.0.0R16
Software Development Kit
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
Import
bool ltrx_xml_import_from_stream (struct input_stream *in, const struct ltrx_write_user_message_info *lwumi)
 Import XML from stream. More...
 

Detailed Description

Import contains definitions pertaining to input of configuration information in XML format.

Function Documentation

bool ltrx_xml_import_from_stream ( struct input_stream in,
const struct ltrx_write_user_message_info lwumi 
)

Import XML from stream.

Imports XML from the in stream, any error messages are directed via the lwumi environment.

Return values
trueSuccess.
falseFailure.
Parameters
[in,out]inStream which feeds in the XML.
[in]lwumiEnvironment or NULL.