NVDA Helper
In-process and lite high-speed utilities for NVDA
|
Go to the source code of this file.
Functions | |
void | TSF_inProcess_initialize () |
void | TSF_inProcess_terminate () |
void | TSF_thread_detached () |
bool | isTSFThread () |
Variables | |
CLSID | curTSFClsID |
void TSF_inProcess_initialize | ( | ) |
References gTsfIndex, registerWinEventHook(), and TSF_winEventHook().
Referenced by inProcess_initialize().
void TSF_inProcess_terminate | ( | ) |
References LockableObject::acquire(), TsfSink::CleanUp(), gTsfIndex, gTsfSinks, gTsfSinksLock, LockableObject::release(), TSF_winEventHook(), and unregisterWinEventHook().
Referenced by inProcess_terminate().
void TSF_thread_detached | ( | ) |
bool isTSFThread | ( | ) |
References fetchCurrentTsfSink(), and TsfSink::hasActiveProfile.
Referenced by handleIMEWindowMessage(), handleReadingStringUpdate(), and inputLangChange_callWndProcHook().
|
extern |
Referenced by handleReadingStringUpdate(), and TsfSink::OnActivated().