ReactOS 0.4.16-dev-250-g3ecd236
|
#include <commctrl.h>
Public Attributes | |
NMHDR | hdr |
DWORD_PTR | dwItemSpec |
DWORD_PTR | dwItemData |
POINT | pt |
LPARAM | dwHitInfo |
Definition at line 162 of file commctrl.h.
LPARAM tagNMMOUSE::dwHitInfo |
Definition at line 167 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc(), CTrayBandSite::ProcessMessage(), REBAR_NCHitTest(), STATUSBAR_SendMouseNotify(), TOOLBAR_LButtonDown(), TOOLBAR_LButtonUp(), TOOLBAR_RButtonUp(), and TREEVIEW_SetCursor().
DWORD_PTR tagNMMOUSE::dwItemData |
Definition at line 165 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc(), REBAR_NCHitTest(), STATUSBAR_SendMouseNotify(), TOOLBAR_LButtonDown(), TOOLBAR_LButtonUp(), TOOLBAR_RButtonUp(), and TREEVIEW_SetCursor().
DWORD_PTR tagNMMOUSE::dwItemSpec |
Definition at line 164 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc(), CTrayBandSite::ProcessMessage(), REBAR_NCHitTest(), STATUSBAR_SendMouseNotify(), TOOLBAR_LButtonDown(), TOOLBAR_LButtonUp(), TOOLBAR_RButtonUp(), and TREEVIEW_SetCursor().
NMHDR tagNMMOUSE::hdr |
Definition at line 163 of file commctrl.h.
Referenced by STATUSBAR_SendMouseNotify(), TOOLBAR_LButtonDown(), and TREEVIEW_SetCursor().
POINT tagNMMOUSE::pt |
Definition at line 166 of file commctrl.h.
Referenced by COMBOEX_ComboWndProc(), REBAR_NCHitTest(), STATUSBAR_SendMouseNotify(), TOOLBAR_LButtonDown(), TOOLBAR_LButtonUp(), TOOLBAR_RButtonUp(), and TREEVIEW_SetCursor().