mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
Add some previously undocumented messages
svn path=/trunk/; revision=38821
This commit is contained in:
parent
d2d5e1d48e
commit
f997492021
1 changed files with 4 additions and 4 deletions
|
@ -1213,10 +1213,10 @@ static const WCHAR TOOLBARCLASSNAMEW[] = { 'T','o','o','l','b','a','r',
|
||||||
|
|
||||||
/* undocumented messages in Toolbar */
|
/* undocumented messages in Toolbar */
|
||||||
#define TB_UNKWN45D (WM_USER+93)
|
#define TB_UNKWN45D (WM_USER+93)
|
||||||
#define TB_UNKWN45E (WM_USER+94)
|
#define TB_SETHOTITEM2 (WM_USER+94)
|
||||||
#define TB_UNKWN460 (WM_USER+96)
|
#define TB_SETLISTGAP (WM_USER+96)
|
||||||
#define TB_UNKWN462 (WM_USER+98)
|
#define TB_GETIMAGELISTCOUNT (WM_USER+98)
|
||||||
#define TB_UNKWN463 (WM_USER+99)
|
#define TB_GETIDEALSIZE (WM_USER+99)
|
||||||
#define TB_UNKWN464 (WM_USER+100)
|
#define TB_UNKWN464 (WM_USER+100)
|
||||||
|
|
||||||
#define TB_GETMETRICS (WM_USER+101)
|
#define TB_GETMETRICS (WM_USER+101)
|
||||||
|
|
Loading…
Reference in a new issue