Home
last modified time | relevance | path

Searched refs:KHYPH (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Controls/RichEdit/
H A Dmod.rs867 pub type KHYPH = i32; typedef
868 pub const khyphNil: KHYPH = 0i32;
869 pub const khyphNormal: KHYPH = 1i32;
870 pub const khyphAddBefore: KHYPH = 2i32;
871 pub const khyphChangeBefore: KHYPH = 3i32;
872 pub const khyphDeleteBefore: KHYPH = 4i32;
873 pub const khyphChangeAfter: KHYPH = 5i32;
874 pub const khyphDelAndChange: KHYPH = 6i32;
1493 pub khyph: KHYPH,
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drichedit.h1288 } KHYPH; typedef
1291 KHYPH khyph;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drichedit.h1288 } KHYPH; typedef
1291 KHYPH khyph;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Controls/RichEdit/
H A Dmod.rs8200 pub struct KHYPH(pub i32); struct
8201 pub const khyphNil: KHYPH = KHYPH(0i32);
8202 pub const khyphNormal: KHYPH = KHYPH(1i32);
8203 pub const khyphAddBefore: KHYPH = KHYPH(2i32);
8204 pub const khyphChangeBefore: KHYPH = KHYPH(3i32);
8205 pub const khyphDeleteBefore: KHYPH = KHYPH(4i32);
8206 pub const khyphChangeAfter: KHYPH = KHYPH(5i32);
8207 pub const khyphDelAndChange: KHYPH = KHYPH(6i32);
8208 impl ::std::convert::From<i32> for KHYPH { implementation
8213 unsafe impl ::windows::runtime::Abi for KHYPH { implementation
[all …]