Browse
 
Tools
Rss Categories

LVInterpretation_CreateFromParseTree

Reference Number: AA-01486 Views: 7256 0 Rating/ Voters

Used to copy an Interpretation object from a Parse tree object.

Functions

  • H_SI LVInterpretation_CreateFromParseTree(H_PARSE_TREE Tree, SIErrorCallback callback, void* userdata)

Parameters

Tree

Parse Tree object.

callback

Error Callback function.

userdata

User Data.

Return Value

NULL

There was a problem copying the interpretation.

Not NULL

The copied interpretation object.

Remarks

Any new handle given to you via LVInterpretation_CreateFromParseTree must be released with LVInterpretation_Release.

See Also