Searched refs:ITfInputProcessorProfileActivationSink (Results 1 – 2 of 2) sorted by relevance
48 typedef struct ITfInputProcessorProfileActivationSink ITfInputProcessorProfileActivationSink; typedef216 …HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfInputProcessorProfileActivationSink *, REFIID, void…217 ULONG (STDMETHODCALLTYPE *AddRef)(ITfInputProcessorProfileActivationSink *);218 ULONG (STDMETHODCALLTYPE *Release)(ITfInputProcessorProfileActivationSink *);219 …HRESULT (STDMETHODCALLTYPE *OnActivated)(ITfInputProcessorProfileActivationSink *, DWORD, LANGID, …223 struct ITfInputProcessorProfileActivationSink struct
1164 *ppv = (ITfInputProcessorProfileActivationSink *)sink; in IPPASink_QueryInterface()