LabWindows/CVI

Table of Contents
  • LabWindows/CVI Fundamentals
  • Creating Applications
  • Distributing Applications
  • Library Reference
  • Programmer Reference
  • Hardware Information

CVIXMLGetNextAttribute

CVIXMLStatus CVIXMLGetNextAttribute (CVIXMLAttribute attribute, CVIXMLAttribute *nextAttribute);

Purpose

Gets the next attribute under this attribute's parent.

Parameters

Input
Name Type Description
attribute CVIXMLAttribute The attribute handle must be a valid CVIXMLAttribute.
Output
Name Type Description
nextAttribute CVIXMLAttribute On output, contains the handle to the attribute object obtained in this function. If the attribute does not exist, the output value is 0. This handle must be discarded using the CVIXMLDiscardAttribute 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:

E_OUTOFMEMORY Out of memory.
E_INVALIDARG Invalid argument to a function.

Additional Information

Library: CVIXML

Include file: toolbox\cvixml.h

LabWindows/CVI compatibility: LabWindows/CVI 7.0 and later

Log in to get a better experience