Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ntdll/
H A Dom.c1567 ULONG len, i, event_type_index = 0; in test_query_object_types() local
1598 event_type_index = type->TypeIndex; in test_query_object_types()
1600 event_type_index = winver_equal_or_newer( 6, 1 ) ? i + 2 : i + 1; in test_query_object_types()
1608 ok( event_type_index, "Could not find object type for events\n" ); in test_query_object_types()
1633 … ok( shi->Handle[i].ObjectTypeIndex == event_type_index, "Event type does not match: %u vs %u\n", in test_query_object_types()
1634 shi->Handle[i].ObjectTypeIndex, event_type_index ); in test_query_object_types()