mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[PSDK] Update commctrl.h. CORE-15682
This commit is contained in:
parent
58aee30e99
commit
07f4be3faf
1 changed files with 11 additions and 0 deletions
|
@ -845,6 +845,8 @@ extern "C" {
|
|||
#define HDN_ENDFILTEREDIT (HDN_FIRST-15)
|
||||
#define HDN_ITEMSTATEICONCLICK (HDN_FIRST-16)
|
||||
#define HDN_ITEMKEYDOWN (HDN_FIRST-17)
|
||||
#define HDN_DROPDOWN (HDN_FIRST-18)
|
||||
#define HDN_OVERFLOWCLICK (HDN_FIRST-19)
|
||||
|
||||
#define HDN_ITEMCHANGING __MINGW_NAME_AW(HDN_ITEMCHANGING)
|
||||
#define HDN_ITEMCHANGED __MINGW_NAME_AW(HDN_ITEMCHANGED)
|
||||
|
@ -3130,6 +3132,9 @@ extern "C" {
|
|||
#define LVN_GETDISPINFO __MINGW_NAME_AW(LVN_GETDISPINFO)
|
||||
#define LVN_SETDISPINFO __MINGW_NAME_AW(LVN_SETDISPINFO)
|
||||
|
||||
#define LVN_INCREMENTALSEARCHA (LVN_FIRST-62)
|
||||
#define LVN_INCREMENTALSEARCHW (LVN_FIRST-63)
|
||||
|
||||
#define LVIF_DI_SETITEM 0x1000
|
||||
|
||||
#define LV_DISPINFOA NMLVDISPINFOA
|
||||
|
@ -4319,6 +4324,8 @@ typedef struct {
|
|||
#define DTM_GETMCFONT (DTM_FIRST+10)
|
||||
#define DateTime_GetMonthCalFont(hdp) SNDMSG(hdp,DTM_GETMCFONT,0,0)
|
||||
|
||||
#define DTM_GETIDEALSIZE (DTM_FIRST+15)
|
||||
|
||||
#define DTS_UPDOWN 0x1
|
||||
#define DTS_SHOWNONE 0x2
|
||||
#define DTS_SHORTDATEFORMAT 0x0
|
||||
|
@ -4618,6 +4625,10 @@ typedef struct {
|
|||
#define BCM_SETSHIELD (BCM_FIRST+0xC)
|
||||
#define Button_SetElevationRequiredState(hwnd,frequired) (BOOL)SNDMSG((hwnd),BCM_SETSHIELD,0,(LPARAM)(frequired))
|
||||
|
||||
#define BCM_SETNOTE (BCM_FIRST + 9)
|
||||
#define BCM_GETNOTE (BCM_FIRST + 10)
|
||||
#define BCM_GETNOTELENGTH (BCM_FIRST + 11)
|
||||
|
||||
typedef struct tagNMBCHOTITEM {
|
||||
NMHDR hdr;
|
||||
DWORD dwFlags;
|
||||
|
|
Loading…
Reference in a new issue