Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shell32/
H A Dshlfolder.c4858 UINT missing_events; member
4877 if(exp_data->missing_events > 0) { in testwindow_wndproc()
4899 exp_data->missing_events--; in testwindow_wndproc()
4932 while (exp_data->missing_events && (c++ < 10)){ in do_events()
4938 if(exp_data->missing_events) in do_events()
4987 exp_data->missing_events = exp_data->notify_count; in test_SHChangeNotify()
4992 ok(exp_data->missing_events == 0, "%s: Expected wndproc to be called\n", exp_data->id); in test_SHChangeNotify()
5000 exp_data->missing_events = exp_data->notify_count; in test_SHChangeNotify()
5003 ok(exp_data->missing_events == 0, "%s: Expected wndproc to be called\n", exp_data->id); in test_SHChangeNotify()