Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_msctf.h47 typedef struct ITfReadingInformationUIElement ITfReadingInformationUIElement; typedef
178 HRESULT (STDMETHODCALLTYPE *QueryInterface)(ITfReadingInformationUIElement *, REFIID, void **);
179 ULONG (STDMETHODCALLTYPE *AddRef)(ITfReadingInformationUIElement *);
180 ULONG (STDMETHODCALLTYPE *Release)(ITfReadingInformationUIElement *);
181 HRESULT (STDMETHODCALLTYPE *GetDescription)(ITfReadingInformationUIElement *, BSTR *);
182 HRESULT (STDMETHODCALLTYPE *GetGUID)(ITfReadingInformationUIElement *, GUID *);
183 HRESULT (STDMETHODCALLTYPE *Show)(ITfReadingInformationUIElement *, BOOL);
184 HRESULT (STDMETHODCALLTYPE *IsShown)(ITfReadingInformationUIElement *, BOOL *);
185 HRESULT (STDMETHODCALLTYPE *GetUpdatedFlags)(ITfReadingInformationUIElement *, DWORD *);
186 HRESULT (STDMETHODCALLTYPE *GetContext)(ITfReadingInformationUIElement *, ITfContext **);
[all …]
DSDL_windowskeyboard.c1083 ITfReadingInformationUIElement *preading = 0; in UIElementSink_BeginUIElement()
1108 ITfReadingInformationUIElement *preading = 0; in UIElementSink_UpdateUIElement()
1134 ITfReadingInformationUIElement *preading = 0; in UIElementSink_EndUIElement()