TtsMapGetU32NVS
Get a named property of type unsigned 32-bit integer (LH_U32) from a map.
TTSRETVAL TtsMapGetU32NVS (
HTTSINSTANCE hInstance,
HTTSMAP hTtsMap,
const LH_CHAR* szKey,
LH_U32* pu32Value)
Argument |
Description |
---|---|
hInstance |
[in] Handle to a TTS engine instance. |
hTtsMap |
[in] Handle to a TTS Map instance. |
szKey |
[in] Name of the property. |
pu32Value |
[out] Value of the property. |