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


Public Member Functions | |
| CCompartmentEventSink (FN_EVENTSINK fnEventSink, LPVOID pUserData) | |
| @implemented | |
| virtual | ~CCompartmentEventSink () |
| @implemented | |
| HRESULT | _Advise (IUnknown *pUnknown, REFGUID rguid, BOOL bThread) |
| @implemented | |
| HRESULT | _Unadvise () |
| @implemented | |
| STDMETHODIMP | QueryInterface (REFIID riid, LPVOID *ppvObj) override |
| @implemented | |
| STDMETHODIMP_ (ULONG) AddRef() override | |
| STDMETHODIMP_ (ULONG) Release() override | |
| STDMETHODIMP | OnChange (REFGUID rguid) override |
| @implemented | |
| HRESULT | OnChange ([in] REFGUID rguid) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Private Attributes | |
| CicArray< CESMAP > | m_array |
| LONG | m_cRefs |
| FN_EVENTSINK | m_fnEventSink |
| LPVOID | m_pUserData |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
| CCompartmentEventSink::CCompartmentEventSink | ( | FN_EVENTSINK | fnEventSink, |
| LPVOID | pUserData | ||
| ) |
@implemented
|
virtual |
@implemented
Definition at line 62 of file sinks.cpp.
| HRESULT CCompartmentEventSink::_Unadvise | ( | ) |
@implemented
Definition at line 100 of file sinks.cpp.
Referenced by CicInputContext::DestroyInputContext().
|
override |
@implemented
Implements ITfCompartmentEventSink.
|
override |
@implemented
Definition at line 27 of file sinks.cpp.
|
override |
|
override |
Definition at line 22 of file sinks.h.
Referenced by _Advise(), and _Unadvise().
|
private |
Definition at line 23 of file sinks.h.
Referenced by STDMETHODIMP_().
|
private |
Definition at line 24 of file sinks.h.
Referenced by OnChange().
|
private |
Definition at line 25 of file sinks.h.
Referenced by OnChange().