mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
[PSDK]
Define Button_SetElevationRequiredState() and BCM_SETSHIELD. Reviewed by Giannis. CORE-12617 svn path=/trunk/; revision=73511
This commit is contained in:
parent
d3e43b0f5f
commit
7a29e16fbd
1 changed files with 3 additions and 0 deletions
|
@ -4615,6 +4615,9 @@ typedef struct {
|
||||||
#define BCM_GETTEXTMARGIN (BCM_FIRST+0x5)
|
#define BCM_GETTEXTMARGIN (BCM_FIRST+0x5)
|
||||||
#define Button_GetTextMargin(hwnd,pmargin) (BOOL)SNDMSG((hwnd),BCM_GETTEXTMARGIN,0,(LPARAM)(pmargin))
|
#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 {
|
typedef struct tagNMBCHOTITEM {
|
||||||
NMHDR hdr;
|
NMHDR hdr;
|
||||||
DWORD dwFlags;
|
DWORD dwFlags;
|
||||||
|
|
Loading…
Reference in a new issue