- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
Returns the string contained in a given handle. This function assumes that the handle is of type SI_TYPE_STRING. If the user passes in a handle with non SI_TYPE_STRING type, this function always returns NULL.
h_si_data
Semantic data handle.
NULL
Either the handle is not of type SI_TYPE_STRING, or some error occurred.
Other
A pointer to a buffer containing the string.