ReactOS 0.4.16-dev-199-g898cc56
|
#include <commctrl.h>
Public Attributes | |
UINT | cbSize |
POINT | pt |
UINT | uHit |
SYSTEMTIME | st |
RECT | rc |
int | iOffset |
int | iRow |
int | iCol |
Definition at line 4226 of file commctrl.h.
UINT MCHITTESTINFO::cbSize |
Definition at line 4227 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), test_hittest(), test_hittest_v6(), and test_todaylink().
int MCHITTESTINFO::iCol |
Definition at line 4235 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), and test_hittest_v6().
int MCHITTESTINFO::iOffset |
Definition at line 4233 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), and test_hittest_v6().
int MCHITTESTINFO::iRow |
Definition at line 4234 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), and test_hittest_v6().
POINT MCHITTESTINFO::pt |
Definition at line 4228 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 4232 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), and test_hittest_v6().
SYSTEMTIME MCHITTESTINFO::st |
Definition at line 4230 of file commctrl.h.
Referenced by MONTHCAL_HitTest().
UINT MCHITTESTINFO::uHit |
Definition at line 4229 of file commctrl.h.
Referenced by MONTHCAL_HitTest(), test_hittest(), test_hittest_v6(), and test_todaylink().