Browse
 
Tools
Rss Categories

LVGrammar_Release

Reference Number: AA-00851 Views: 6713 0 Rating/ Voters

Destroy a grammar object.

Function

  • void LVGrammar_Release (HGRAMMAR Grammar)

Parameters

Grammar

The handle to the grammar object to be released.

Return Values

The grammar objects created by LVGrammar_Create and LVGrammar_CreateFromCopy need to be explicitly destroyed by calling LVGrammar_Release.

Remarks

Detailed error and warning messages are sent to the grammar object's logging callback function.

See Also