Home
last modified time | relevance | path

Searched defs:CFM_STRIKEOUT (Results 1 – 21 of 21) sorted by relevance

/dports/security/keepass/KeePass-2.49-Source/KeePass/Native/
H A DNativeMethods.Defs.cs140 internal const uint CFM_STRIKEOUT = 0x00000008; field in KeePass.Native.NativeMethods
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d37 CFM_STRIKEOUT = 8, variable
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d37 CFM_STRIKEOUT = 8, variable
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d36 CFM_STRIKEOUT = 8, variable
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d37 CFM_STRIKEOUT = 8, variable
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d36 CFM_STRIKEOUT = 8, variable
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d36 CFM_STRIKEOUT = 8, variable
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d36 CFM_STRIKEOUT = 8, variable
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d36 CFM_STRIKEOUT = 8, variable
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d36 CFM_STRIKEOUT = 8, variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d37 CFM_STRIKEOUT = 8, variable
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Drichedit.h49 #define CFM_STRIKEOUT 8 macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Drichedit.h49 #define CFM_STRIKEOUT 8 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drichedit.h688 #define CFM_STRIKEOUT 0x00000008 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drichedit.h688 #define CFM_STRIKEOUT 0x00000008 macro
/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.rs104 pub const CFM_STRIKEOUT: CFM_MASK = 8u32; const
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java285 public static final int CFM_STRIKEOUT = 0x8; field in OS
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/libs/win32/
H A Dconstants.py4841 CFM_STRIKEOUT = 8 variable
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/libs/win32/
H A Dconstants.py4830 CFM_STRIKEOUT = 8 variable
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dconstants.py344 CFM_STRIKEOUT=8 variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Controls/RichEdit/
H A Dmod.rs184 pub const CFM_STRIKEOUT: CFM_MASK = CFM_MASK(8u32); const