- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
Query global configuration settings for int type options in the application.
property
One of several enumerated properties whose value is of string type, described in TTS Client Properties.
pvalue
Reference to an int variable into which the queried value is to be copied.
LV_SUCCESS
No errors.
LV_INVALID_TTS_HANDLE
The TTS client handle is invalid (either Initialize has not been called or Destroy has already been called). Only returned if target is set to PROP_EX_TARGET_PORT.
LV_INVALID_PROPERTY
The specified property is invalid.
LV_INVALID_PROPERTY_TARGET
The specified property is not valid as a global setting.
LV_EXCEPTION
An exception occured while processing the request.