NVDA Helper
In-process and lite high-speed utilities for NVDA
|
#include <local/nvdaController.h>
#include <windows.h>
Go to the source code of this file.
Functions | |
error_status_t (__stdcall *_nvdaController_speakText)(const wchar_t *) | |
error_status_t __stdcall | nvdaController_speakText (const wchar_t *text) |
error_status_t __stdcall | nvdaController_speakSsml (const wchar_t *ssml, const SYMBOL_LEVEL symbolLevel, const SPEECH_PRIORITY priority, const boolean asynchronous) |
error_status_t __stdcall | nvdaController_cancelSpeech () |
error_status_t __stdcall | nvdaController_brailleMessage (const wchar_t *text) |
error_status_t __stdcall | nvdaController_getProcessId (unsigned long *pid) |
error_status_t __stdcall | nvdaController_testIfRunning () |
Variables | |
const | SYMBOL_LEVEL |
const const | SPEECH_PRIORITY |
const const const | boolean = nullptr |
error_status_t | ( | __stdcall * | _nvdaController_speakText | ) | const |
error_status_t __stdcall nvdaController_speakText | ( | const wchar_t * | text | ) |
error_status_t __stdcall nvdaController_speakSsml | ( | const wchar_t * | ssml, |
const SYMBOL_LEVEL | symbolLevel, | ||
const SPEECH_PRIORITY | priority, | ||
const boolean | asynchronous ) |
error_status_t __stdcall nvdaController_cancelSpeech | ( | ) |
error_status_t __stdcall nvdaController_brailleMessage | ( | const wchar_t * | text | ) |
error_status_t __stdcall nvdaController_getProcessId | ( | unsigned long * | pid | ) |
error_status_t __stdcall nvdaController_testIfRunning | ( | ) |
const SYMBOL_LEVEL |
const const SPEECH_PRIORITY |
const const const boolean = nullptr |