LabWindows/CVI

CVIXMLDiscardDocument

void CVIXMLDiscardDocument (CVIXMLDocument document);

Purpose

Discards an XML document and frees its memory.

Parameters

Input
Name Type Description
document CVIXMLDocument The document handle must be a valid CVIXMLDocument.

Return Value

None.

Additional Information

Library: CVIXML

Include file: toolbox\cvixml.h

LabWindows/CVI compatibility: LabWindows/CVI 7.0 and later

Examples

Refer to the following examples that use the CVIXMLDiscardDocument function:

  • apps\xmlTree\xmlTree.cws

    Open example
  • toolbox\XMLSample.cws

    Open example

Log in to get a better experience