Searched refs:MCM_SETFIRSTDAYOFWEEK (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | monthcal.c | 104 { MCM_SETFIRSTDAYOFWEEK, sent|wparam|lparam, 0, -5}, 119 { MCM_SETFIRSTDAYOFWEEK, sent|wparam|lparam, 0, 0}, 122 { MCM_SETFIRSTDAYOFWEEK, sent|wparam|lparam, 0, 1}, 125 { MCM_SETFIRSTDAYOFWEEK, sent|wparam|lparam, 0, 2}, 128 { MCM_SETFIRSTDAYOFWEEK, sent|wparam|lparam, 0, 3}, 131 { MCM_SETFIRSTDAYOFWEEK, sent|wparam|lparam, 0, 4}, 134 { MCM_SETFIRSTDAYOFWEEK, sent|wparam|lparam, 0, 5}, 137 { MCM_SETFIRSTDAYOFWEEK, sent|wparam|lparam, 0, 6}, 140 { MCM_SETFIRSTDAYOFWEEK, sent|wparam|lparam, 0, 7}, 143 { MCM_SETFIRSTDAYOFWEEK, sent|wparam|lparam, 0, 8}, [all …]
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 4263 #define MCM_SETFIRSTDAYOFWEEK (MCM_FIRST+15) macro 4264 #define MonthCal_SetFirstDayOfWeek(hmc,iDay) SNDMSG(hmc,MCM_SETFIRSTDAYOFWEEK,0,iDay)
|
/reactos/dll/win32/comctl32/ |
H A D | monthcal.c | 2939 case MCM_SETFIRSTDAYOFWEEK: in MONTHCAL_WindowProc()
|