Copy one grammar object to another.
int LVGrammar_Copy (HGRAMMAR hgram, HGRAMMAR other)
hgrammar
Destination grammar object handle.
other
Source grammar object handle.
LV_SUCCESS
LV_FAILURE
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.
Complete Help Topic List | Speech Engine Product Information