LVGrammar_Copy

Copy one grammar object to another.

Function

int LVGrammar_Copy (HGRAMMAR hgram, HGRAMMAR other)

Parameters

hgrammar

Destination grammar object handle.

other

Source grammar object handle.

Return Values

LV_SUCCESS

LV_FAILURE

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


Complete Help Topic List | Speech Engine Product Information