TtsMapGetCharNVS

Get a named property of type string (LH_CHAR *) from a map.

TTSRETVAL TtsMapGetCharNVS (
  HTTSINSTANCE hInstance, 
  HTTSMAP hTtsMap,
  const LH_CHAR* szKey,
  const LH_CHAR** pszValue)

Argument

Description

hInstance

[in] Handle to a TTS engine instance.

hTtsMap

[in] Handle to a TTS Map instance.

szKey

[in] Name of the property.

pszValue

[out] Value of the property.

On success this function allocates the character string, and the application is responsible for freeing it by calling TtsMapFreeCharNVS.