Home
last modified time | relevance | path

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

/reactos/dll/ime/msctfime/
H A Dsinks.cpp418 m_dwConnection = (DWORD)-1; in CActiveLanguageProfileNotifySink()
482 hr = pSource->AdviseSink(IID_ITfActiveLanguageProfileNotifySink, this, &m_dwConnection); in _Advise()
511 hr = pSource->UnadviseSink(m_dwConnection); in _Unadvise()
H A Dsinks.h144 DWORD m_dwConnection; variable