Define Button_SetElevationRequiredState() and BCM_SETSHIELD.
Reviewed by Giannis.

CORE-12617

svn path=/trunk/; revision=73511
This commit is contained in:
Pierre Schweitzer 2017-01-07 20:23:50 +00:00
parent d3e43b0f5f
commit 7a29e16fbd

View file

@ -4615,6 +4615,9 @@ typedef struct {
#define BCM_GETTEXTMARGIN (BCM_FIRST+0x5)
#define Button_GetTextMargin(hwnd,pmargin) (BOOL)SNDMSG((hwnd),BCM_GETTEXTMARGIN,0,(LPARAM)(pmargin))
#define BCM_SETSHIELD (BCM_FIRST+0xC)
#define Button_SetElevationRequiredState(hwnd,frequired) (BOOL)SNDMSG((hwnd),BCM_SETSHIELD,0,(LPARAM)(frequired))
typedef struct tagNMBCHOTITEM {
NMHDR hdr;
DWORD dwFlags;