Home
last modified time | relevance | path

Searched refs:HDM_GETORDERARRAY (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DTree.java437 OS.SendMessage (hwndHeader, OS.HDM_GETORDERARRAY, columnCount, order); in CDDS_ITEMPOSTPAINT()
2386 OS.SendMessage (hwndHeader, OS.HDM_GETORDERARRAY, columnCount, oldOrder);
2492 OS.SendMessage (hwndHeader, OS.HDM_GETORDERARRAY, columnCount, newOrder);
2685 if (hwndHeader != 0) OS.SendMessage (hwndHeader, OS.HDM_GETORDERARRAY, count, order);
3061 OS.SendMessage (hwndHeader, OS.HDM_GETORDERARRAY, columnCount, order);
4504 OS.SendMessage (hwndHeader, OS.HDM_GETORDERARRAY, columnCount, oldOrder);
7788 OS.SendMessage (hwndHeader, OS.HDM_GETORDERARRAY, columnCount, order);
7873 OS.SendMessage (hwndHeader, OS.HDM_GETORDERARRAY, columnCount, order);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h2305 #define HDM_GETORDERARRAY (HDM_FIRST+17) macro
2478 #define Header_GetOrderArray(w,l,a) (BOOL)SNDMSG((w),HDM_GETORDERARRAY,(WPARAM)(l),(LPARAM)(a))
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h2305 #define HDM_GETORDERARRAY (HDM_FIRST+17) macro
2478 #define Header_GetOrderArray(w,l,a) (BOOL)SNDMSG((w),HDM_GETORDERARRAY,(WPARAM)(l),(LPARAM)(a))
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d398 HDM_GETORDERARRAY = HDM_FIRST + 17,
5113 return cast(BOOL) SendMessage(w, HDM_GETORDERARRAY, iSize,
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d397 HDM_GETORDERARRAY = HDM_FIRST + 17,
5112 return cast(BOOL) SendMessage(w, HDM_GETORDERARRAY, iSize,
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d398 HDM_GETORDERARRAY = HDM_FIRST + 17,
5113 return cast(BOOL) SendMessage(w, HDM_GETORDERARRAY, iSize,
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d397 HDM_GETORDERARRAY = HDM_FIRST + 17,
5112 return cast(BOOL) SendMessage(w, HDM_GETORDERARRAY, iSize,
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d397 HDM_GETORDERARRAY = HDM_FIRST + 17,
5112 return cast(BOOL) SendMessage(w, HDM_GETORDERARRAY, iSize,
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d397 HDM_GETORDERARRAY = HDM_FIRST + 17,
5112 return cast(BOOL) SendMessage(w, HDM_GETORDERARRAY, iSize,
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d398 HDM_GETORDERARRAY = HDM_FIRST + 17,
5113 return cast(BOOL) SendMessage(w, HDM_GETORDERARRAY, iSize,
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d397 HDM_GETORDERARRAY = HDM_FIRST + 17,
5112 return cast(BOOL) SendMessage(w, HDM_GETORDERARRAY, iSize,
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d397 HDM_GETORDERARRAY = HDM_FIRST + 17,
5112 return cast(BOOL) SendMessage(w, HDM_GETORDERARRAY, iSize,
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d398 HDM_GETORDERARRAY = HDM_FIRST + 17,
5113 return cast(BOOL) SendMessage(w, HDM_GETORDERARRAY, iSize,
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcommctrl.h690 #define HDM_GETORDERARRAY (HDM_FIRST+17) macro
691 #define Header_GetOrderArray(hwnd,iCount,lpi) (WINBOOL)SNDMSG((hwnd),HDM_GETORDERARRAY,(WPARAM)(iCo…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcommctrl.h690 #define HDM_GETORDERARRAY (HDM_FIRST+17) macro
691 #define Header_GetOrderArray(hwnd,iCount,lpi) (WINBOOL)SNDMSG((hwnd),HDM_GETORDERARRAY,(WPARAM)(iCo…
/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.java596 public static final int HDM_GETORDERARRAY = HDM_FIRST + 17; field in OS
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs416 pub const HDM_GETORDERARRAY: ::UINT = HDM_FIRST + 17; const
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs416 pub const HDM_GETORDERARRAY: ::UINT = HDM_FIRST + 17; const
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs416 pub const HDM_GETORDERARRAY: ::UINT = HDM_FIRST + 17; const
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs416 pub const HDM_GETORDERARRAY: ::UINT = HDM_FIRST + 17; const
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs416 pub const HDM_GETORDERARRAY: ::UINT = HDM_FIRST + 17; const
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs416 pub const HDM_GETORDERARRAY: ::UINT = HDM_FIRST + 17; const
/dports/games/genact/genact-0.10.0/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs416 pub const HDM_GETORDERARRAY: ::UINT = HDM_FIRST + 17; const
/dports/net-im/fractal/fractal-4.4.0/vendor/winapi-0.2.8/src/
H A Dcommctrl.rs416 pub const HDM_GETORDERARRAY: ::UINT = HDM_FIRST + 17; const
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/winapi-0.2.8/src/
H A Dcommctrl.rs416 pub const HDM_GETORDERARRAY: ::UINT = HDM_FIRST + 17; const

123456789