Searched refs:MCM_GETCURSEL (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | monthcal.c | 96 { MCM_GETCURSEL, sent|wparam, 0}, 97 { MCM_GETCURSEL, sent|wparam|lparam, 0, 0}, 191 { MCM_GETCURSEL, sent|wparam, 0}, 547 SendMessageA(nmchg->nmhdr.hwndFrom, is_multisel ? MCM_GETSELRANGE : MCM_GETCURSEL, in parent_wnd_proc() 804 res = SendMessageA(hwnd, MCM_GETCURSEL, 0, (LPARAM)&st_new); in test_currdate() 823 res = SendMessageA(hwnd, MCM_GETCURSEL, 0, 0); in test_currdate() 836 res = SendMessageA(hwnd, MCM_GETCURSEL, 0, (LPARAM)&st_test); in test_currdate() 856 res = SendMessageA(hwnd, MCM_GETCURSEL, 0, (LPARAM)&st_test); in test_currdate() 893 res = SendMessageA(hwnd, MCM_GETCURSEL, 0, (LPARAM)&st_test); in test_currdate() 1295 res = SendMessageA(hwnd, MCM_GETCURSEL, 0, (LPARAM)&st_new); in test_todaylink() [all …]
|
/reactos/dll/win32/comctl32/ |
H A D | datetime.c | 1108 SendMessageW (infoPtr->hMonthCal, MCM_GETCURSEL, 0, (LPARAM)&infoPtr->date); in DATETIME_Notify()
|
H A D | monthcal.c | 2894 case MCM_GETCURSEL: in MONTHCAL_WindowProc()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 4189 #define MCM_GETCURSEL (MCM_FIRST+1) macro 4190 #define MonthCal_GetCurSel(hmc,pst) (BOOL)SNDMSG(hmc,MCM_GETCURSEL,0,(LPARAM)(pst))
|