Tolk_Load method

void Tolk_Load()

Name: Tolk_Load Description: Initializes Tolk by loading and initializing the screen reader drivers and setting the current screen reader driver, provided at least one of the supported screen readers is active. Also initializes COM if it has not already been initialized on the calling thread. Calling this function more than once will only initialize COM. You should call this function before using the functions below. Use Tolk_IsLoaded to determine if Tolk has been initialized. Parameters: None. Returns: None.

Implementation

void Tolk_Load() {
  return _Tolk_Load();
}