Tolk_Silence method

bool Tolk_Silence()

Name: Tolk_Silence Description: Silences the screen reader associated with the current screen reader driver, if one is set and supports speech output. If none is set or if it encountered an error, tries to detect the currently active screen reader before silencing it. You should call Tolk_Load once before using this function. Parameters: None. Returns: true on success, false otherwise.

Implementation

bool Tolk_Silence() {
  return _Tolk_Silence();
}