Tolk_Unload method

void Tolk_Unload()

Name: Tolk_Unload Description: Finalizes Tolk by finalizing and unloading the screen reader drivers and clearing the current screen reader driver, provided one was set. Also uninitializes COM on the calling thread. Calling this function more than once will only uninitialize COM. You should not use the functions below if this function has been called. Parameters: None. Returns: None.

Implementation

void Tolk_Unload() {
  return _Tolk_Unload();
}