|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <tls.h>

Public Member Functions | |
| BOOL | NonEACompositionEnabled () |
| @implemented | |
Static Public Member Functions | |
| static BOOL | Initialize () |
| @implemented | |
| static VOID | Uninitialize () |
| @implemented | |
| static TLS * | GetTLS () |
| @implemented | |
| static TLS * | PeekTLS () |
| @implemented | |
| static TLS * | InternalAllocateTLS () |
| @implemented | |
| static BOOL | InternalDestroyTLS () |
| @implemented | |
Static Public Attributes | |
| static DWORD | s_dwTlsIndex = (DWORD)-1 |
|
static |
@implemented
Definition at line 32 of file tls.cpp.
Referenced by CFnDocFeed::ClearDocFeedBuffer(), UIComposition::CreateCompButtonWnd(), CtfImeCreateInputContext(), CtfImeCreateThreadMgr(), CtfImeDispatchDefImeMessage(), CtfImeEscapeEx(), CtfImeInquireExW(), CtfImeIsIME(), CtfImeProcessCicHotkey(), CtfImeSetActiveContextAlways(), CFnDocFeed::DocFeed(), ImeConfigure(), ImeProcessKey(), ImeSetCompositionString(), ImeToAsciiEx(), CIMEUIWindowHandler::ImeUIMsImeHandler(), CIMEUIWindowHandler::ImeUIMsImeReconvertRequest(), CIMEUIWindowHandler::ImeUIWndProcWorker(), IsEALang(), NotifyIME(), UIComposition::SendMessageToUI(), CFnDocFeed::StartReconvert(), and CFnDocFeed::StartUndoCompositionString().
|
static |
|
static |
@implemented
Definition at line 47 of file tls.cpp.
Referenced by GetTLS().
|
static |
@implemented
Definition at line 72 of file tls.cpp.
Referenced by DllMain(), and ProcessDetach().
| BOOL TLS::NonEACompositionEnabled | ( | ) |
@implemented
Definition at line 91 of file tls.cpp.
Referenced by UIComposition::CreateCompButtonWnd().
|
static |
@implemented
Definition at line 41 of file tls.cpp.
Referenced by CtfImeDestroyInputContext(), CtfImeDestroyThreadMgr(), CtfImeSelectEx(), ImeDestroy(), InternalAllocateTLS(), InternalDestroyTLS(), CicInputContext::OnCleanupContext(), and CicBridge::~CicBridge().
|
static |
@implemented
Definition at line 22 of file tls.cpp.
Referenced by ProcessDetach().
| BOOL TLS::m_bNowOpening |
Definition at line 26 of file tls.h.
Referenced by CicBridge::OnSetOpenStatus().
| DWORD TLS::m_cWnds |
Definition at line 28 of file tls.h.
Referenced by CtfImeDispatchDefImeMessage(), and UIComposition::SendMessageToUI().
| DWORD TLS::m_dwFlags1 |
Definition at line 22 of file tls.h.
Referenced by ImeProcessKey(), and InternalAllocateTLS().
| DWORD TLS::m_dwFlags2 |
Definition at line 23 of file tls.h.
Referenced by ImeProcessKey().
| DWORD TLS::m_dwSystemInfoFlags |
Definition at line 18 of file tls.h.
Referenced by CtfImeCreateThreadMgr(), CtfImeDestroyThreadMgr(), CtfImeInquireExW(), ImeDestroy(), and CIMEUIWindowHandler::ImeUIWndProcWorker().
| DWORD TLS::m_dwUnknown2 |
Definition at line 24 of file tls.h.
Referenced by InternalAllocateTLS().
| DWORD TLS::m_NonEAComposition |
Definition at line 27 of file tls.h.
Referenced by NonEACompositionEnabled().
| CicBridge* TLS::m_pBridge |
Definition at line 19 of file tls.h.
Referenced by CtfImeCreateInputContext(), CtfImeCreateThreadMgr(), CtfImeDestroyInputContext(), CtfImeDestroyThreadMgr(), CtfImeEscapeEx(), CtfImeSelectEx(), CtfImeSetActiveContextAlways(), ImeConfigure(), ImeDestroy(), ImeProcessKey(), ImeSetCompositionString(), ImeToAsciiEx(), InternalDestroyTLS(), and NotifyIME().
| CicProfile* TLS::m_pProfile |
Definition at line 20 of file tls.h.
Referenced by CtfImeIsIME(), CFnDocFeed::DocFeed(), CIMEUIWindowHandler::ImeUIMsImeHandler(), CIMEUIWindowHandler::ImeUIMsImeReconvertRequest(), InternalDestroyTLS(), IsEALang(), CicBridge::Notify(), CicInputContext::OnCleanupContext(), CicBridge::SetCompositionString(), CFnDocFeed::StartReconvert(), and CFnDocFeed::StartUndoCompositionString().
| ITfThreadMgr_P* TLS::m_pThreadMgr |
Definition at line 21 of file tls.h.
Referenced by CtfImeCreateThreadMgr(), CtfImeDestroyThreadMgr(), CtfImeSelectEx(), ImeConfigure(), ImeDestroy(), ImeProcessKey(), ImeSetCompositionString(), ImeToAsciiEx(), CIMEUIWindowHandler::ImeUIMsImeReconvertRequest(), InternalDestroyTLS(), NotifyIME(), CicBridge::SetActiveContextAlways(), CFnDocFeed::StartReconvert(), CFnDocFeed::StartUndoCompositionString(), and CicBridge::~CicBridge().
Definition at line 16 of file tls.h.
Referenced by GetTLS(), Initialize(), InternalAllocateTLS(), InternalDestroyTLS(), PeekTLS(), and Uninitialize().