Searched refs:hComboExParentWnd (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/comctl32/ |
H A D | combo.c | 49 static HWND hComboExParentWnd, hMainWnd; variable 73 hComboExParentWnd, NULL, hMainHinst, NULL); in createComboEx() 271 hComboExParentWnd, NULL, hMainHinst, NULL); in test_comboex_WM_LBUTTONDOWN() 292 ok(GetFocus() == hComboExParentWnd, in test_comboex_WM_LBUTTONDOWN() 359 SetFocus( hComboExParentWnd ); in test_comboex_WM_LBUTTONDOWN() 360 ok( GetFocus() == hComboExParentWnd, "got %p\n", GetFocus() ); in test_comboex_WM_LBUTTONDOWN() 521 …hComboExParentWnd = CreateWindowExA(0, ComboExTestClass, "ComboEx test", WS_OVERLAPPEDWINDOW|WS_VI… in init() 523 ok(hComboExParentWnd != NULL, "failed to create parent window\n"); in init() 527 return hComboExParentWnd != NULL; in init() 534 PostMessageA(hComboExParentWnd, WM_CLOSE, 0, 0); in cleanup() [all …]
|