CVIXMLGetNextElement
- Updated2023-02-21
- 1 minute(s) read
CVIXMLStatus CVIXMLGetNextElement (CVIXMLElement element, CVIXMLElement *nextElement);
Purpose
Gets the next element under this element's parent.
Parameters
| Input | ||
| Name | Type | Description |
| element | CVIXMLElement | The element handle must be a valid CVIXMLElement. |
| Output | ||
| Name | Type | Description |
| nextElement | CVIXMLElement | On output, contains the handle to the element object obtained in this function. If the element does not exist, the output value is 0. This handle must be discarded using the CVIXMLDiscardElement function. |
Return Value
| Name | Type | Description | ||||
| status | CVIXMLStatus | Indicates whether the function was successful. A zero indicates success. You can call CVIXMLGetErrorString to obtain textual descriptions of error codes. Among the more commonly encountered errors are:
|
Additional Information
Library: CVIXML
Include file: toolbox\cvixml.h
LabWindows/CVI compatibility: LabWindows/CVI 7.0 and later