Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_msctf.h48 typedef struct ITfInputProcessorProfileActivationSink ITfInputProcessorProfileActivationSink; typedef
216 …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
DSDL_windowskeyboard.c1164 *ppv = (ITfInputProcessorProfileActivationSink *)sink; in IPPASink_QueryInterface()