Browse
 
Tools
Rss Categories

LVGrammar_Copy

Reference Number: AA-00837 Views: 6673 0 Rating/ Voters

Copy one grammar object to another.

Function

  • void LVGrammar_Copy (HGRAMMAR Grammar, HGRAMMAR Other)

Parameters

Grammar

Destination grammar object handle.

Other

Source grammar object handle.

Return Values

None.

Remarks

This function doesn't create new objects for the destination handle. So no memory will be allocated. It is users' responsibility to make sure that the object pointed by the destination handle has already been created before calling this function.

See Also