Home
last modified time | relevance | path

Searched refs:m_pCompEventSink1 (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/ime/msctfime/
H A Dinputcontext.cpp313 if (m_pCompEventSink1) in DestroyInputContext()
315 m_pCompEventSink1->_Unadvise(); in DestroyInputContext()
316 m_pCompEventSink1->Release(); in DestroyInputContext()
317 m_pCompEventSink1 = NULL; in DestroyInputContext()
H A Dinputcontext.h87 CCompartmentEventSink *m_pCompEventSink1; variable