ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <commctrl.h>
Public Attributes | |
UINT | cbSize |
POINT | pt |
UINT | uHit |
SYSTEMTIME | st |
RECT | rc |
int | iOffset |
int | iRow |
int | iCol |
Definition at line 4221 of file commctrl.h.
UINT MCHITTESTINFO::cbSize |
Definition at line 4222 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), test_hittest(), test_hittest_v6(), and test_todaylink().
int MCHITTESTINFO::iCol |
Definition at line 4230 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), and test_hittest_v6().
int MCHITTESTINFO::iOffset |
Definition at line 4228 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), and test_hittest_v6().
int MCHITTESTINFO::iRow |
Definition at line 4229 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), and test_hittest_v6().
POINT MCHITTESTINFO::pt |
Definition at line 4223 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), test_hittest(), test_hittest_v6(), test_sel_notify(), and test_todaylink().
RECT MCHITTESTINFO::rc |
Definition at line 4227 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), and test_hittest_v6().
SYSTEMTIME MCHITTESTINFO::st |
Definition at line 4225 of file commctrl.h.
Referenced by MONTHCAL_HitTest().
UINT MCHITTESTINFO::uHit |
Definition at line 4224 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), test_hittest(), test_hittest_v6(), and test_todaylink().