TtsMapSetU32NVS
Set a named property of type unsigned 32-bit integer (LH_U32) in a map.
TTSRETVAL TtsMapSetU32NVS (
HTTSINSTANCE hInstance,
HTTSMAP hTtsMap,
const LH_CHAR* szKey,
LH_U32 u32Value)
Argument |
Description |
---|---|
hInstance |
[in] Handle to a TTS engine instance. |
hTtsMap |
[in] Handle to a TTS Map instance. |
szKey |
[in] Name of the property. |
u32Value |
[in] Value of the property. |
The list of available properties can be found in the header file lh_inettypes.h.