Home
last modified time | relevance | path

Searched defs:ITfUIElement (Results 1 – 10 of 10) sorted by relevance

/dports/devel/sdl20/SDL2-2.0.18/src/video/windows/
H A DSDL_msctf.h42 typedef struct ITfUIElement ITfUIElement; typedef
209 struct ITfUIElement struct
211 const struct ITfUIElementVtbl *lpVtbl; argument
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_msctf.h42 typedef struct ITfUIElement ITfUIElement; typedef
209 struct ITfUIElement struct
211 const struct ITfUIElementVtbl *lpVtbl; argument
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_msctf.h42 typedef struct ITfUIElement ITfUIElement; typedef
209 struct ITfUIElement struct
211 const struct ITfUIElementVtbl *lpVtbl; argument
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/windows/
H A DSDL_msctf.h42 typedef struct ITfUIElement ITfUIElement; typedef
209 struct ITfUIElement struct
211 const struct ITfUIElementVtbl *lpVtbl; argument
/dports/x11/controllermap/SDL2-2.0.18/src/video/windows/
H A DSDL_msctf.h42 typedef struct ITfUIElement ITfUIElement; typedef
209 struct ITfUIElement struct
211 const struct ITfUIElementVtbl *lpVtbl; argument
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/windows/
H A DSDL_msctf.h42 typedef struct ITfUIElement ITfUIElement; typedef
209 struct ITfUIElement struct
211 const struct ITfUIElementVtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsctf.h455 typedef interface ITfUIElement ITfUIElement; typedef
457 interface ITfUIElement; variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsctf.h455 typedef interface ITfUIElement ITfUIElement; typedef
457 interface ITfUIElement; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/TextServices/
H A Dmod.rs2925 impl ::std::convert::From<ITfCandidateListUIElement> for ITfUIElement { implementation
2930 impl ::std::convert::From<&ITfCandidateListUIElement> for ITfUIElement { implementation
2936 fn into_param(self) -> ::windows::runtime::Param<'a, ITfUIElement> { in into_param() argument
2941 fn into_param(self) -> ::windows::runtime::Param<'a, ITfUIElement> { in into_param() argument
3086 fn into_param(self) -> ::windows::runtime::Param<'a, ITfUIElement> { in into_param() argument
3091 fn into_param(self) -> ::windows::runtime::Param<'a, ITfUIElement> { in into_param() argument
10228 impl ::std::convert::From<ITfToolTipUIElement> for ITfUIElement { implementation
10233 impl ::std::convert::From<&ITfToolTipUIElement> for ITfUIElement { implementation
10395 pub struct ITfUIElement(::windows::runtime::IUnknown); struct
10396 impl ITfUIElement { impl
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/TextServices/
H A Dmod.rs443 pub type ITfUIElement = *mut ::core::ffi::c_void; typedef