Home
last modified time | relevance | path

Searched refs:Header_GetItem (Results 1 – 25 of 33) sorted by relevance

12

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Framework/src/win32/
H A DHeader.cpp20 Header_GetItem(m_hWnd, index, item); in GetItem()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/Shared/
H A DNativeMethods.cs232 …internal static bool Header_GetItem(IntPtr hWndHeader, int index, [In, Out] NativeMethods.HDITEM h… in Header_GetItem() method in System.Workflow.Interop.NativeMethods
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Common/
H A DNativeMethods.cs232 …internal static bool Header_GetItem(IntPtr hWndHeader, int index, [In, Out] NativeMethods.HDITEM h… in Header_GetItem() method in System.Workflow.Activities.Common.NativeMethods
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/Dialogs/
H A DTypeBrowserDialog.cs998 if (NativeMethods.Header_GetItem(headerWindow, i, headerItem)) in SortListViewItems()
1006 if (NativeMethods.Header_GetItem(headerWindow, columnIndex, headerItem)) in SortListViewItems()
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32wscustomlistview.inc500 Header_GetItem(Hdr, AIndex, Itm);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wscustomlistview.inc505 Header_GetItem(Hdr, AIndex, Itm);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32wscustomlistview.inc500 Header_GetItem(Hdr, AIndex, Itm);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32wscustomlistview.inc505 Header_GetItem(Hdr, AIndex, Itm);
/dports/editors/fpc-ide/fpc-3.2.2/rtl/win/wininc/
H A Dfunc.inc1129 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
1633 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
1635 Header_GetItem:=WINBOOL(SendMessage(hwndHD,HDM_GETITEM,WPARAM(index),LPARAM(@hdi)));
/dports/editors/fpc-ide/fpc-3.2.2/rtl/wince/wininc/
H A Dcoredll.inc2324 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
3156 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
3158 Header_GetItem:=WINBOOL(SendMessage(hwndHD,HDM_GETITEM,WPARAM(index),LPARAM(@hdi)));
/dports/lang/fpc-utils/fpc-3.2.2/rtl/wince/wininc/
H A Dcoredll.inc2324 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
3156 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
3158 Header_GetItem:=WINBOOL(SendMessage(hwndHD,HDM_GETITEM,WPARAM(index),LPARAM(@hdi)));
/dports/lang/fpc-utils/fpc-3.2.2/rtl/win/wininc/
H A Dfunc.inc1129 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
1633 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
1635 Header_GetItem:=WINBOOL(SendMessage(hwndHD,HDM_GETITEM,WPARAM(index),LPARAM(@hdi)));
/dports/lang/fpc-source/fpc-3.2.2/rtl/wince/wininc/
H A Dcoredll.inc2324 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
3156 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
3158 Header_GetItem:=WINBOOL(SendMessage(hwndHD,HDM_GETITEM,WPARAM(index),LPARAM(@hdi)));
/dports/lang/fpc-source/fpc-3.2.2/rtl/win/wininc/
H A Dfunc.inc1129 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
1633 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
1635 Header_GetItem:=WINBOOL(SendMessage(hwndHD,HDM_GETITEM,WPARAM(index),LPARAM(@hdi)));
/dports/lang/fpc/fpc-3.2.2/rtl/win/wininc/
H A Dfunc.inc1129 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
1633 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
1635 Header_GetItem:=WINBOOL(SendMessage(hwndHD,HDM_GETITEM,WPARAM(index),LPARAM(@hdi)));
/dports/lang/fpc/fpc-3.2.2/rtl/wince/wininc/
H A Dcoredll.inc2324 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
3156 function Header_GetItem(hwndHD:HWND;index:longint;var hdi : HD_ITEM) : WINBOOL;
3158 Header_GetItem:=WINBOOL(SendMessage(hwndHD,HDM_GETITEM,WPARAM(index),LPARAM(@hdi)));
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h1863 #define Header_GetItem(w,i,phdi) (BOOL)SNDMSG((w),HDM_GETITEM,(WPARAM)(int)(i),(LPARAM)(HD_ITEM*)(p… macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dcommctrl.h1863 #define Header_GetItem(w,i,phdi) (BOOL)SNDMSG((w),HDM_GETITEM,(WPARAM)(int)(i),(LPARAM)(HD_ITEM*)(p… macro
/dports/graphics/wdune/wdune-1.926/src/swt/win32/
H A Dswt.c3552 Header_GetItem(header->hWnd, pos, &item); in swHeaderGetItemWidth()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5091 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5090 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5091 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5090 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5090 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dcommctrl.d5090 BOOL Header_GetItem(HWND w, int i, LPHDITEM phdi) {

12