SK_XmlDoc Type

Handle to an XML document in memory.

Remarks

Important Note

When you have finished working with an XML document, it needs to be disposed to clear memory properly. The SK_XmlDocumentDispose function is recommended for this purpose.

Syntax

C/C++
typedef void *SK_XmlDoc;
Visual Basic
Dim SK_XmlDoc As Long