Returns a string describing the contents of a semantic data handle. The function can return XML or ECMAScript formatted text.
Function
- const char* LVSemanticData_Print(H_SI_DATA h_si_data, int format)
Parameters
h_si_data
Semantic data handle.
format
The format type.
Return Values
A pointer to the string which contains the print out information.
Remarks
The string contents are stored with the semantic data handle, and will be released when the handle is released.
See Also