Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c721 NMCBEDRAGBEGINA *nmcbedb = (NMCBEDRAGBEGINA *)hdr; in test_notify_proc() local
722 ok(!lstrcmpA(nmcbedb->szText, test_a), "Expect %s, got %s\n", nmcbedb->szText, test_a); in test_notify_proc()
1048 static NMCBEDRAGBEGINW nmcbedb; in test_wm_notify_comboboxex() local
1052 memset(&nmcbedb, 0, sizeof(nmcbedb)); in test_wm_notify_comboboxex()
1053 memcpy(nmcbedb.szText, test_w, sizeof(test_w)); in test_wm_notify_comboboxex()
1054 send_notify(pager, CBEN_DRAGBEGINW, CBEN_DRAGBEGINA, (LPARAM)&nmcbedb, FALSE); in test_wm_notify_comboboxex()
1055 …ok(!lstrcmpW(nmcbedb.szText, test_w), "Expect %s, got %s\n", wine_dbgstr_w(test_w), wine_dbgstr_w( in test_wm_notify_comboboxex()