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


Public Member Functions | |
| CicProfile () | |
| @implemented | |
| virtual | ~CicProfile () |
| @implemented | |
| STDMETHODIMP | QueryInterface (REFIID riid, LPVOID *ppvObj) override |
| @implemented | |
| STDMETHODIMP_ (ULONG) AddRef() override | |
| STDMETHODIMP_ (ULONG) Release() override | |
| HRESULT | GetActiveLanguageProfile (_In_ HKL hKL, _In_ REFGUID rguid, _Out_ TF_LANGUAGEPROFILE *pProfile) |
| @unimplemented | |
| HRESULT | GetLangId (_Out_ LANGID *pLangID) |
| @implemented | |
| HRESULT | GetCodePageA (_Out_ UINT *puCodePage) |
| @implemented | |
| HRESULT | InitProfileInstance (_Inout_ TLS *pTLS) |
| @implemented | |
| BOOL | IsIME (HKL hKL) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Static Protected Member Functions | |
| static INT CALLBACK | ActiveLanguageProfileNotifySinkCallback (REFGUID rguid1, REFGUID rguid2, BOOL fActivated, LPVOID pUserData) |
| @implemented | |
Protected Attributes | |
| ITfInputProcessorProfiles * | m_pIPProfiles |
| CActiveLanguageProfileNotifySink * | m_pActiveLanguageProfileNotifySink |
| LANGID | m_LangID1 |
| WORD | m_padding1 |
| DWORD | m_dwFlags |
| UINT | m_nCodePage |
| LANGID | m_LangID2 |
| WORD | m_padding2 |
| DWORD | m_dwUnknown1 |
| LONG | m_cRefs |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
| CicProfile::CicProfile | ( | ) |
@implemented
Definition at line 13 of file profile.cpp.
|
virtual |
@implemented
Definition at line 26 of file profile.cpp.
|
staticprotected |
@implemented
Definition at line 71 of file profile.cpp.
Referenced by InitProfileInstance().
| HRESULT CicProfile::GetActiveLanguageProfile | ( | _In_ HKL | hKL, |
| _In_ REFGUID | rguid, | ||
| _Out_ TF_LANGUAGEPROFILE * | pProfile | ||
| ) |
@unimplemented
Definition at line 167 of file profile.cpp.
Referenced by CicBridge::ConfigureGeneral(), and CicBridge::ConfigureRegisterWord().
@implemented
Definition at line 83 of file profile.cpp.
Referenced by CFnDocFeed::DocFeed(), CFnDocFeed::StartReconvert(), and CFnDocFeed::StartUndoCompositionString().
@implemented
Definition at line 114 of file profile.cpp.
Referenced by GetCodePageA(), CIMEUIWindowHandler::ImeUIMsImeHandler(), IsEALang(), CicBridge::Notify(), and CicInputContext::OnCleanupContext().
@implemented
Definition at line 139 of file profile.cpp.
The return value of CicProfile::IsIME is brain-damaged. @unimplemented
Definition at line 177 of file profile.cpp.
Referenced by CtfImeIsIME().
|
override |
|
override |
|
override |
|
protected |
Definition at line 24 of file profile.h.
Referenced by CicProfile(), and STDMETHODIMP_().
|
protected |
Definition at line 19 of file profile.h.
Referenced by ActiveLanguageProfileNotifySinkCallback(), CicProfile(), GetCodePageA(), and GetLangId().
|
protected |
Definition at line 23 of file profile.h.
Referenced by CicProfile().
|
protected |
Definition at line 17 of file profile.h.
Referenced by CicProfile(), and ~CicProfile().
|
protected |
Definition at line 21 of file profile.h.
Referenced by CicProfile(), and GetLangId().
|
protected |
Definition at line 20 of file profile.h.
Referenced by CicProfile(), and GetCodePageA().
|
protected |
Definition at line 16 of file profile.h.
Referenced by CicProfile(), InitProfileInstance(), and ~CicProfile().
|
protected |
Definition at line 15 of file profile.h.
Referenced by CicProfile(), GetLangId(), InitProfileInstance(), and ~CicProfile().