Searched refs:MCM_GETMINREQRECT (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | monthcal.c | 668 ret = SendMessageA(hwnd, MCM_GETMINREQRECT, 0, (LPARAM)&rect); in create_monthcal_control() 1051 res = SendMessageA(hwnd, MCM_GETMINREQRECT, 0, (LPARAM)&r); in test_hittest() 1261 res = SendMessageA(hwnd, MCM_GETMINREQRECT, 0, (LPARAM)&r); in test_todaylink() 1431 res = SendMessageA(hwnd, MCM_GETMINREQRECT, 0, (LPARAM)&r); in test_monthrange() 1579 res = SendMessageA(hwnd, MCM_GETMINREQRECT, 0, (LPARAM)&r1); in test_size() 1584 res = SendMessageA(hwnd, MCM_GETMINREQRECT, 0, (LPARAM)&r2); in test_size() 1767 SendMessageA(hwnd, MCM_GETMINREQRECT, 0, (LPARAM)&r); in test_hittest_v6() 1885 ret = SendMessageA(hwnd, MCM_GETMINREQRECT, 0, (LPARAM)&r2); in test_MCM_SIZERECTTOMIN() 1950 ret = SendMessageA(hwnd, MCM_GETMINREQRECT, 0, (LPARAM)&r); in test_daystate() 2022 SendMessageA(hwnd, MCM_GETMINREQRECT, 0, (LPARAM)&rc); in test_sel_notify()
|
/reactos/dll/win32/comctl32/ |
H A D | datetime.c | 957 SendMessageW(infoPtr->hMonthCal, MCM_GETMINREQRECT, 0, (LPARAM)&rcMonthCal); in DATETIME_LButtonDown()
|
H A D | monthcal.c | 2918 case MCM_GETMINREQRECT: in MONTHCAL_WindowProc()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 4205 #define MCM_GETMINREQRECT (MCM_FIRST+9) macro 4206 #define MonthCal_GetMinReqRect(hmc,prc) SNDMSG(hmc,MCM_GETMINREQRECT,0,(LPARAM)(prc))
|