Home
last modified time | relevance | path

Searched refs:ITfClientId (Results 1 – 10 of 10) sorted by relevance

/dports/devel/sdl20/SDL2-2.0.18/src/video/windows/
H A DSDL_msctf.h33 typedef struct ITfClientId ITfClientId; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_msctf.h33 typedef struct ITfClientId ITfClientId; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/windows/
H A DSDL_msctf.h33 typedef struct ITfClientId ITfClientId; typedef
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/windows/
H A DSDL_msctf.h33 typedef struct ITfClientId ITfClientId; typedef
/dports/x11/controllermap/SDL2-2.0.18/src/video/windows/
H A DSDL_msctf.h33 typedef struct ITfClientId ITfClientId; typedef
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/windows/
H A DSDL_msctf.h33 typedef struct ITfClientId ITfClientId; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsctf.h287 typedef interface ITfClientId ITfClientId; typedef
289 interface ITfClientId; variable
5393 ITfClientId : public IUnknown
5401 __CRT_UUID_DECL(ITfClientId, 0xd60a7b49, 0x1b9f, 0x4be2, 0xb7,0x02, 0x47,0xe9,0xdc,0x05,0xde,0xc3)
5409 ITfClientId *This,
5414 ITfClientId *This);
5417 ITfClientId *This);
5421 ITfClientId *This,
5428 interface ITfClientId {
5445 static FORCEINLINE ULONG ITfClientId_AddRef(ITfClientId* This) {
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmsctf.h287 typedef interface ITfClientId ITfClientId; typedef
289 interface ITfClientId; variable
5393 ITfClientId : public IUnknown
5401 __CRT_UUID_DECL(ITfClientId, 0xd60a7b49, 0x1b9f, 0x4be2, 0xb7,0x02, 0x47,0xe9,0xdc,0x05,0xde,0xc3)
5409 ITfClientId *This,
5414 ITfClientId *This);
5417 ITfClientId *This);
5421 ITfClientId *This,
5428 interface ITfClientId {
5445 static FORCEINLINE ULONG ITfClientId_AddRef(ITfClientId* This) {
[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.rs337 pub type ITfClientId = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/TextServices/
H A Dmod.rs3364 pub struct ITfClientId(::windows::runtime::IUnknown); struct
3365 impl ITfClientId { impl
3371 unsafe impl ::windows::runtime::Interface for ITfClientId { implementation
3375 impl ::std::convert::From<ITfClientId> for ::windows::runtime::IUnknown {
3376 fn from(value: ITfClientId) -> Self { in from()
3380 impl ::std::convert::From<&ITfClientId> for ::windows::runtime::IUnknown {
3381 fn from(value: &ITfClientId) -> Self { in from()
3385 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ITfClientId { implementation
3390 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ITfClientId { implementation