Home
last modified time | relevance | path

Searched refs:phdi (Results 1 – 22 of 22) sorted by relevance

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h1861 #define Header_InsertItem(w,i,phdi) (int)SNDMSG((w),HDM_INSERTITEM,(WPARAM)(int)(i),(LPARAM)(const … argument
1863 #define Header_GetItem(w,i,phdi) (BOOL)SNDMSG((w),HDM_GETITEM,(WPARAM)(int)(i),(LPARAM)(HD_ITEM*)(p… argument
1864 #define Header_SetItem(w,i,phdi) (BOOL)SNDMSG((w),HDM_SETITEM,(WPARAM)(int)(i),(LPARAM)(const HD_IT… argument
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h1861 #define Header_InsertItem(w,i,phdi) (int)SNDMSG((w),HDM_INSERTITEM,(WPARAM)(int)(i),(LPARAM)(const … argument
1863 #define Header_GetItem(w,i,phdi) (BOOL)SNDMSG((w),HDM_GETITEM,(WPARAM)(int)(i),(LPARAM)(HD_ITEM*)(p… argument
1864 #define Header_SetItem(w,i,phdi) (BOOL)SNDMSG((w),HDM_SETITEM,(WPARAM)(int)(i),(LPARAM)(const HD_IT… argument
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5083 int Header_InsertItem(HWND w, int i, const(HDITEM)* phdi) {
5084 return cast(int) SendMessage(w, HDM_INSERTITEM, i, cast(LPARAM) phdi);
5091 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
5092 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
5095 BOOL Header_SetItem(HWND w, int i, const(HDITEM)* phdi) {
5096 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5082 int Header_InsertItem(HWND w, int i, const(HDITEM)* phdi) {
5083 return cast(int) SendMessage(w, HDM_INSERTITEM, i, cast(LPARAM) phdi);
5090 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
5094 BOOL Header_SetItem(HWND w, int i, const(HDITEM)* phdi) {
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5083 int Header_InsertItem(HWND w, int i, const(HDITEM)* phdi) {
5084 return cast(int) SendMessage(w, HDM_INSERTITEM, i, cast(LPARAM) phdi);
5091 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
5092 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
5095 BOOL Header_SetItem(HWND w, int i, const(HDITEM)* phdi) {
5096 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5082 int Header_InsertItem(HWND w, int i, const(HDITEM)* phdi) {
5083 return cast(int) SendMessage(w, HDM_INSERTITEM, i, cast(LPARAM) phdi);
5090 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
5094 BOOL Header_SetItem(HWND w, int i, const(HDITEM)* phdi) {
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5082 int Header_InsertItem(HWND w, int i, const(HDITEM)* phdi) {
5083 return cast(int) SendMessage(w, HDM_INSERTITEM, i, cast(LPARAM) phdi);
5090 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
5094 BOOL Header_SetItem(HWND w, int i, const(HDITEM)* phdi) {
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5082 int Header_InsertItem(HWND w, int i, const(HDITEM)* phdi) {
5083 return cast(int) SendMessage(w, HDM_INSERTITEM, i, cast(LPARAM) phdi);
5090 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
5094 BOOL Header_SetItem(HWND w, int i, const(HDITEM)* phdi) {
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5083 int Header_InsertItem(HWND w, int i, const(HDITEM)* phdi) {
5084 return cast(int) SendMessage(w, HDM_INSERTITEM, i, cast(LPARAM) phdi);
5091 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
5092 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
5095 BOOL Header_SetItem(HWND w, int i, const(HDITEM)* phdi) {
5096 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5082 int Header_InsertItem(HWND w, int i, const(HDITEM)* phdi) {
5083 return cast(int) SendMessage(w, HDM_INSERTITEM, i, cast(LPARAM) phdi);
5090 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
5094 BOOL Header_SetItem(HWND w, int i, const(HDITEM)* phdi) {
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5082 int Header_InsertItem(HWND w, int i, const(HDITEM)* phdi) {
5083 return cast(int) SendMessage(w, HDM_INSERTITEM, i, cast(LPARAM) phdi);
5090 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
5091 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
5094 BOOL Header_SetItem(HWND w, int i, const(HDITEM)* phdi) {
5095 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5083 int Header_InsertItem(HWND w, int i, const(HDITEM)* phdi) {
5084 return cast(int) SendMessage(w, HDM_INSERTITEM, i, cast(LPARAM) phdi);
5091 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
5092 return cast(BOOL) SendMessage(w, HDM_GETITEM, i, cast(LPARAM) phdi);
5095 BOOL Header_SetItem(HWND w, int i, const(HDITEM)* phdi) {
5096 return cast(BOOL) SendMessage(w, HDM_SETITEM, i, cast(LPARAM) phdi);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcommctrl.h617 …fine Header_InsertItem(hwndHD,i,phdi) (int)SNDMSG((hwndHD),HDM_INSERTITEM,(WPARAM)(int)(i),(LPARAM… argument
627 #define Header_GetItem(hwndHD,i,phdi) (WINBOOL)SNDMSG((hwndHD),HDM_GETITEM,(WPARAM)(int)(i),(LPARAM… argument
634 …define Header_SetItem(hwndHD,i,phdi) (WINBOOL)SNDMSG((hwndHD),HDM_SETITEM,(WPARAM)(int)(i),(LPARAM… argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcommctrl.h617 …fine Header_InsertItem(hwndHD,i,phdi) (int)SNDMSG((hwndHD),HDM_INSERTITEM,(WPARAM)(int)(i),(LPARAM… argument
627 #define Header_GetItem(hwndHD,i,phdi) (WINBOOL)SNDMSG((hwndHD),HDM_GETITEM,(WPARAM)(int)(i),(LPARAM… argument
634 …define Header_SetItem(hwndHD,i,phdi) (WINBOOL)SNDMSG((hwndHD),HDM_SETITEM,(WPARAM)(int)(i),(LPARAM… argument
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrls.h2742 int InsertItem(int nIndex, LPHDITEM phdi) in InsertItem() argument
2745 return (int)::SendMessage(m_hWnd, HDM_INSERTITEM, nIndex, (LPARAM)phdi); in InsertItem()
2748 int AddItem(LPHDITEM phdi) in AddItem() argument
2750 return InsertItem(GetItemCount(), phdi); in AddItem()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrls.h2742 int InsertItem(int nIndex, LPHDITEM phdi) in InsertItem() argument
2745 return (int)::SendMessage(m_hWnd, HDM_INSERTITEM, nIndex, (LPARAM)phdi); in InsertItem()
2748 int AddItem(LPHDITEM phdi) in AddItem() argument
2750 return InsertItem(GetItemCount(), phdi); in AddItem()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrls.h2742 int InsertItem(int nIndex, LPHDITEM phdi) in InsertItem() argument
2745 return (int)::SendMessage(m_hWnd, HDM_INSERTITEM, nIndex, (LPARAM)phdi); in InsertItem()
2748 int AddItem(LPHDITEM phdi) in AddItem() argument
2750 return InsertItem(GetItemCount(), phdi); in AddItem()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrls.h2742 int InsertItem(int nIndex, LPHDITEM phdi) in InsertItem() argument
2745 return (int)::SendMessage(m_hWnd, HDM_INSERTITEM, nIndex, (LPARAM)phdi); in InsertItem()
2748 int AddItem(LPHDITEM phdi) in AddItem() argument
2750 return InsertItem(GetItemCount(), phdi); in AddItem()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrls.h2742 int InsertItem(int nIndex, LPHDITEM phdi) in InsertItem() argument
2745 return (int)::SendMessage(m_hWnd, HDM_INSERTITEM, nIndex, (LPARAM)phdi); in InsertItem()
2748 int AddItem(LPHDITEM phdi) in AddItem() argument
2750 return InsertItem(GetItemCount(), phdi); in AddItem()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/third_party/wtl/Include/
H A Datlctrls.h2742 int InsertItem(int nIndex, LPHDITEM phdi) in InsertItem() argument
2745 return (int)::SendMessage(m_hWnd, HDM_INSERTITEM, nIndex, (LPARAM)phdi); in InsertItem()
2748 int AddItem(LPHDITEM phdi) in AddItem() argument
2750 return InsertItem(GetItemCount(), phdi); in AddItem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wtl/include/
H A Datlctrls.h2712 int InsertItem(int nIndex, LPHDITEM phdi) in InsertItem() argument
2715 return (int)::SendMessage(this->m_hWnd, HDM_INSERTITEM, nIndex, (LPARAM)phdi); in InsertItem()
2718 int AddItem(LPHDITEM phdi) in AddItem() argument
2720 return InsertItem(GetItemCount(), phdi); in AddItem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wtl/include/
H A Datlctrls.h2712 int InsertItem(int nIndex, LPHDITEM phdi) in InsertItem() argument
2715 return (int)::SendMessage(this->m_hWnd, HDM_INSERTITEM, nIndex, (LPARAM)phdi); in InsertItem()
2718 int AddItem(LPHDITEM phdi) in AddItem() argument
2720 return InsertItem(GetItemCount(), phdi); in AddItem()