Home
last modified time | relevance | path

Searched refs:MCM_GETCURSEL (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dmonthcal.c96 { 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 Ddatetime.c1108 SendMessageW (infoPtr->hMonthCal, MCM_GETCURSEL, 0, (LPARAM)&infoPtr->date); in DATETIME_Notify()
H A Dmonthcal.c2894 case MCM_GETCURSEL: in MONTHCAL_WindowProc()
/reactos/sdk/include/psdk/
H A Dcommctrl.h4189 #define MCM_GETCURSEL (MCM_FIRST+1) macro
4190 #define MonthCal_GetCurSel(hmc,pst) (BOOL)SNDMSG(hmc,MCM_GETCURSEL,0,(LPARAM)(pst))