- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
If the handle is of SI_TYPE_OBJECT type, this function return the handle to the semantic data associated with the property name in the object.If the handle is not of SI_TYPE_OBJECT type, this function always return 0. This function does not allocate memory for the new handle, so do not try to release the new handle.
h_si_data
Semantic data handle.
property_name
A string containing the property name.
Non-zero value
A handle to the semantic data associated with the property name in the object.
NULL
The property name does not exist in the object, or the handle is not of SI_TYPE_OBJECT type.