Home
last modified time | relevance | path

Searched refs:NMLVDISPINFO (Results 1 – 25 of 40) sorted by relevance

12

/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 DNMLVDISPINFO.java16 public class NMLVDISPINFO extends NMHDR { class
H A DOS.java3665 public static final native void MoveMemory (long Destination, NMLVDISPINFO Source, int Length); in MoveMemory()
3675 public static final native void MoveMemory (NMLVDISPINFO Destination, long Source, int Length); in MoveMemory()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/materialeditor/
H A DStageView.cpp610 NMLVDISPINFO *pDispInfo = reinterpret_cast<NMLVDISPINFO*>(pNMHDR); in OnLvnBeginlabeledit()
639 NMLVDISPINFO *pDispInfo = reinterpret_cast<NMLVDISPINFO*>(pNMHDR); in OnLvnEndlabeledit()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/W32Util/
H A DMisc.cpp225 NMLVDISPINFO* dispInfo = (NMLVDISPINFO*)lParam; in HandleNotify()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/W32Util/
H A DMisc.cpp225 NMLVDISPINFO* dispInfo = (NMLVDISPINFO*)lParam; in HandleNotify()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/W32Util/
H A DMisc.cpp225 NMLVDISPINFO* dispInfo = (NMLVDISPINFO*)lParam; in HandleNotify()
/dports/audio/checkmate/checkmate-0.21/mp3checker/windows/
H A Dmp3checker.c299 return OnEdit(&((NMLVDISPINFO *)lParam)->item); in OnNotify()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/debugger/
H A DDebuggerWindow.cpp1400 NMLVDISPINFO* di = (NMLVDISPINFO*)hdr; in WndProc()
1416 NMLVDISPINFO* di = (NMLVDISPINFO*)hdr; in WndProc()
1425 window->AddWatch ( ((NMLVDISPINFO*)hdr)->item.pszText ); in WndProc()
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Dtypedef.go572 type NMLVDISPINFO struct { struct
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/w32/
H A Dtypedef.go572 type NMLVDISPINFO struct { struct
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dtypedef.go572 type NMLVDISPINFO struct { struct
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dtypedef.go572 type NMLVDISPINFO struct { struct
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/shirou/w32/
H A Dtypedef.go572 type NMLVDISPINFO struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/w32/
H A Dtypedef.go572 type NMLVDISPINFO struct { struct
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dtypedef.go572 type NMLVDISPINFO struct { struct
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/w32/
H A Dtypedef.go572 type NMLVDISPINFO struct { struct
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dtypedef.go572 type NMLVDISPINFO struct { struct
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dtypedef.go572 type NMLVDISPINFO struct { struct
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/w32/
H A Dtypedef.go572 type NMLVDISPINFO struct { struct
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_structs.h898 NMLVDISPINFO *getNMLVDISPINFOFields(JNIEnv *env, jobject lpObject, NMLVDISPINFO *lpStruct);
899 void setNMLVDISPINFOFields(JNIEnv *env, jobject lpObject, NMLVDISPINFO *lpStruct);
900 #define NMLVDISPINFO_sizeof() sizeof(NMLVDISPINFO)
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogLauncherList.cpp278 LVITEM& item = reinterpret_cast<NMLVDISPINFO*>(lParam)->item; in OnGetDisplayInfo()
/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 DTable.java6559 NMLVDISPINFO plvfi = new NMLVDISPINFO (); in wmNotifyChild()
6560 OS.MoveMemory (plvfi, lParam, NMLVDISPINFO.sizeof); in wmNotifyChild()
6732 if (move) OS.MoveMemory (lParam, plvfi, NMLVDISPINFO.sizeof); in wmNotifyChild()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcommctrl.h3287 #define LV_DISPINFO NMLVDISPINFO
3299 #define NMLVDISPINFO __MINGW_NAME_AW(NMLVDISPINFO) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcommctrl.h3287 #define LV_DISPINFO NMLVDISPINFO
3299 #define NMLVDISPINFO __MINGW_NAME_AW(NMLVDISPINFO) macro
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dcommctrl.h2210 #define NMLVDISPINFO __AW(NMLVDISPINFO) macro

12