Tolk_DetectScreenReader method

Pointer<WChar> Tolk_DetectScreenReader()

Name: Tolk_DetectScreenReader Description: Returns the common name for the currently active screen reader driver, if one is set. If none is set, tries to detect the currently active screen reader before looking up the name. If no screen reader is active, NULL is returned. Note that the drivers hard-code the common name, it is not requested from the screen reader itself. You should call Tolk_Load once before using this function. Parameters: None. Returns: A Unicode string representation of the common name on success, NULL otherwise.

Implementation

ffi.Pointer<ffi.WChar> Tolk_DetectScreenReader() {
  return _Tolk_DetectScreenReader();
}