Browse
 
Tools
Rss Categories

LVSemanticData_CreateFromCopy

Reference Number: AA-00901 Views: 7222 0 Rating/ Voters

Copies the contents of another handle into a new handle and returns the new handle. This function allocates memory for the new handle, so the user is required to release the new handle with LVSemanticData_Release

Function

  • H_SI_DATA LVSemanticData_CreateFromCopy(H_SI_DATA h_si_data)

Parameters

h_si_data

Semantic data handle.

Return Values

Non-zero

Successful.

NULL

Copying failed.

See Also