TtsMapSetCharNVS
Set a named property of type string (LH_CHAR *) in a map.
TTSRETVAL TtsMapSetCharNVS (
HTTSINSTANCE hInstance,
HTTSMAP hTtsMap,
const LH_CHAR* szKey,
const LH_CHAR* szValue)
Argument |
Description |
---|---|
hInstance |
[in] Handle to a TTS engine instance. |
hTtsMap |
[in] Handle to a TTS Map instance. |
szKey |
[in] Name of the property. |
szValue |
[in] Value of the property. |
The string is deep copied into the map. The list of available properties can be found in the header file lh_inettypes.h.