Searched refs:hCBN_KillFocus (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | combo.c | 537 static HWND hCBN_SetFocus, hCBN_KillFocus; variable 560 hCBN_KillFocus = (HWND)lParam; in test_window_proc() 603 ok(hCBN_KillFocus == hCombo, "Wrong handle set by CBN_KILLFOCUS; got %p\n", hCBN_KillFocus); in test_editselection_focus() 618 ok(hCBN_KillFocus == hCombo, "Wrong handle set by CBN_KILLFOCUS; got %p\n", hCBN_KillFocus); in test_editselection_focus()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | combo.c | 1033 static HWND hCBN_SetFocus, hCBN_KillFocus; variable 1056 hCBN_KillFocus = (HWND)lParam; in test_window_proc() 1095 ok(hCBN_KillFocus == hCombo, "Wrong handle set by CBN_KILLFOCUS; got %p\n", hCBN_KillFocus); in test_combo_editselection_focus() 1110 ok(hCBN_KillFocus == hCombo, "Wrong handle set by CBN_KILLFOCUS; got %p\n", hCBN_KillFocus); in test_combo_editselection_focus()
|