ReactOS 0.4.16-dev-889-g9563c07
|
#include <sinks.h>
Public Member Functions | |
CActiveLanguageProfileNotifySink (_In_ FN_COMPARE fnCompare, _Inout_opt_ void *pUserData) | |
@implemented | |
virtual | ~CActiveLanguageProfileNotifySink () |
@implemented | |
HRESULT | _Advise (ITfThreadMgr *pThreadMgr) |
@implemented | |
HRESULT | _Unadvise () |
@implemented | |
STDMETHODIMP | QueryInterface (REFIID riid, LPVOID *ppvObj) override |
@implemented | |
STDMETHODIMP_ (ULONG) AddRef() override | |
STDMETHODIMP_ (ULONG) Release() override | |
STDMETHODIMP | OnActivated (REFCLSID clsid, REFGUID guidProfile, BOOL fActivated) override |
@implemented | |
HRESULT | OnActivated ([in] REFCLSID clsid, [in] REFGUID guidProfile, [in] BOOL fActivated) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Protected Types | |
typedef INT(CALLBACK * | FN_COMPARE) (REFGUID rguid1, REFGUID rguid2, BOOL fActivated, LPVOID pUserData) |
Protected Attributes | |
LONG | m_cRefs |
ITfThreadMgr * | m_pThreadMgr |
DWORD | m_dwConnection |
FN_COMPARE | m_fnCompare |
LPVOID | m_pUserData |
Additional Inherited Members | |
![]() | |
typedef IUnknown * | LPUNKNOWN |
CActiveLanguageProfileNotifySink::CActiveLanguageProfileNotifySink | ( | _In_ FN_COMPARE | fnCompare, |
_Inout_opt_ void * | pUserData | ||
) |
@implemented
|
virtual |
HRESULT CActiveLanguageProfileNotifySink::_Advise | ( | ITfThreadMgr * | pThreadMgr | ) |
@implemented
Definition at line 472 of file sinks.cpp.
Referenced by CicProfile::InitProfileInstance().
HRESULT CActiveLanguageProfileNotifySink::_Unadvise | ( | ) |
@implemented
Definition at line 502 of file sinks.cpp.
Referenced by CicProfile::~CicProfile().
|
override |
@implemented
Implements ITfActiveLanguageProfileNotifySink.
Definition at line 459 of file sinks.cpp.
|
override |
@implemented
Definition at line 430 of file sinks.cpp.
|
override |
|
override |
|
protected |
Definition at line 142 of file sinks.h.
Referenced by CActiveLanguageProfileNotifySink().
|
protected |
Definition at line 144 of file sinks.h.
Referenced by _Advise(), _Unadvise(), and CActiveLanguageProfileNotifySink().
|
protected |
Definition at line 145 of file sinks.h.
Referenced by CActiveLanguageProfileNotifySink(), and OnActivated().
|
protected |
Definition at line 143 of file sinks.h.
Referenced by _Advise(), and _Unadvise().
|
protected |
Definition at line 146 of file sinks.h.
Referenced by CActiveLanguageProfileNotifySink(), and OnActivated().