Purpose
Disposes of the MIXmlNode object and frees its memory.
Syntax
MIXmlNodeDestroy( ByVal hXMLNode As MIXmlNode )
hXMLNode is the MIXmlNode object handle to be disposed of.
Description
The caller has to call this function to free a MIXmlNode object handle obtained, such as by calling MIXmlDocumentGetRootNode() function, when the handle is no longer in use.