Home
last modified time | relevance | path

Searched refs:LVM_FIRST (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/psdk/
H A Dcommctrl.h82 #define LVM_FIRST 0x1000 macro
2394 #define LVM_GETITEMA (LVM_FIRST+5)
2395 #define LVM_GETITEMW (LVM_FIRST+75)
2401 #define LVM_SETITEMA (LVM_FIRST+6)
2402 #define LVM_SETITEMW (LVM_FIRST+76)
2520 #define LVM_HITTEST (LVM_FIRST+18)
2526 #define LVM_SCROLL (LVM_FIRST+20)
2537 #define LVM_ARRANGE (LVM_FIRST+22)
2675 #define LVM_UPDATE (LVM_FIRST+42)
2851 #define LVM_SETVIEW (LVM_FIRST+142)
[all …]
/reactos/win32ss/user/user32/windows/
H A Dspy.c2050 if (msg >= LVM_FIRST && msg <= LVM_FIRST + SPY_MAX_LVMMSGNUM) in SPY_GetMsgInternal()
2051 return LVMMessageTypeNames[msg-LVM_FIRST]; in SPY_GetMsgInternal()
/reactos/sdk/include/reactos/
H A Dmsgdump.h3541 #define LVM_SETTILEWIDTH (LVM_FIRST+141)