NVDA Helper
In-process and lite high-speed utilities for NVDA
|
Allows controling of NVDA from a remote process. More...
import <nvdaController.idl;
Public Member Functions | |
error_status_t __stdcall | testIfRunning () |
Tests if NVDA is running or not. | |
error_status_t __stdcall | speakText ([in, string] const wchar_t *text) |
Instructs NVDA to speak the given text message. | |
error_status_t __stdcall | cancelSpeech () |
Instructs NVDA to silence current speech. | |
error_status_t __stdcall | brailleMessage ([in, string] const wchar_t *message) |
Shows a given message on the braille display. | |
Allows controling of NVDA from a remote process.
error_status_t __stdcall NvdaController::testIfRunning | ( | ) |
Tests if NVDA is running or not.
error_status_t __stdcall NvdaController::speakText | ( | [in, string] const wchar_t * | text | ) |
Instructs NVDA to speak the given text message.
text | the text to speak. |
error_status_t __stdcall NvdaController::cancelSpeech | ( | ) |
Instructs NVDA to silence current speech.
error_status_t __stdcall NvdaController::brailleMessage | ( | [in, string] const wchar_t * | message | ) |
Shows a given message on the braille display.
message | the message that will be temporarily shown on the display |