Functions | |
int | mdlXMLTools_determineIfMSXML6isInstalled () |
Checks if MSXML4 is Installed properly. More... | |
bool | mdlXMLTools_isWellFormed (WChar const *pXmlString) |
Checks a string is well-formed XML. More... | |
int | mdlXMLTools_convertTagValueToWString (WChar *pWSTagValue, size_t *pMaxChars, int tagValueType, const void *pTagValue) |
Converts a Tag Value of a given tagtype to a widestring value. More... | |
int mdlXMLTools_convertTagValueToWString | ( | WChar * | pWSTagValue, |
size_t * | pMaxChars, | ||
int | tagValueType, | ||
const void * | pTagValue | ||
) |
Converts a Tag Value of a given tagtype to a widestring value.
[in,out] | pWSTagValue | Returned tag value as a wide string |
[in,out] | pMaxChars | Max. number of chars of pWSTagValue to return, actual number of chars in pValue returned |
[in] | tagValueType | XMLDATATYPE_EMPTY, _T32, _UT32, _STRG, _WIDESTRG, _BOOLEAN, _DATETIME |
[in] | pTagValue | Tag value for element node or NULL for an empty element |
int mdlXMLTools_determineIfMSXML6isInstalled | ( | ) |
Checks if MSXML4 is Installed properly.
bool mdlXMLTools_isWellFormed | ( | WChar const * | pXmlString | ) |
Checks a string is well-formed XML.
[in] | pXmlString | String to test if well-formed |