TtsMapSetBoolNVS

Set a named property of type boolean (LH_S32) in a map.

TTSRETVAL TtsMapSetBoolNVS (
  HTTSINSTANCE hInstance, 
  HTTSMAP hTtsMap,
  const LH_CHAR* szKey,
  LH_S32 bValue);

Argument

Description

hInstance

[in] Handle to a TTS engine instance.

hTtsMap

[in] Handle to a TTS Map instance.

szKey

[in] Name of the property.

bValue

[in] Value of the property.

The list of available properties can be found in the header file lh_inettypes.h.