Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/comctl32/
H A Dtrackbar.c493 HWND hWndCurrentBuddy; in test_trackbar_buddy() local
505 hWndCurrentBuddy = (HWND) SendMessageA(hWndTrackbar, TBM_GETBUDDY, TRUE, 0); in test_trackbar_buddy()
507 ok(rTest == hWndCurrentBuddy, "Expected hWndCurrentBuddy\n"); in test_trackbar_buddy()
519 hWndCurrentBuddy = (HWND) SendMessageA(hWndTrackbar, TBM_GETBUDDY, TRUE, 0); in test_trackbar_buddy()
521 ok(rTest == hWndCurrentBuddy, "Expected hWndCurrentBuddy\n"); in test_trackbar_buddy()