Browse
 
Tools
Rss Categories

LVGrammar_CreateFromCopy

Reference Number: AA-00834 Views: 6150 0 Rating/ Voters

Creates a grammar object by copying another one, and returns the handle.

Function

  • HGRAMMAR LVGrammar_CreateFromCopy(HGRAMMAR Other)

Parameters

Other

The grammar object from which to copy.

Return Values

A handle to the created grammar object.

Remarks

The memory pointed by the returned handle will not be released until the user called LVGrammar Release explicitly.

See Also