Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mmdevapi/
H A Dpropstore.c103 DWORD propcount; in test_getat() local
111 hr = IPropertyStore_GetCount(store, &propcount); in test_getat()
114 ok(propcount > 0, "Propcount %d should be greater than zero\n", propcount); in test_getat()
116 for (prop = 0; prop < propcount; prop++) { in test_getat()
/reactos/modules/rostests/winetests/dxdiagn/
H A Dcontainer.c439 DWORD count, index, propcount; in test_EnumPropNames() local
472 hr = IDxDiagContainer_GetNumberOfProps(child, &propcount); in test_EnumPropNames()
475 if (!propcount) in test_EnumPropNames()
510 for (index = 0; index <= propcount; index++) in test_EnumPropNames()
521 ok(propcount == index, in test_EnumPropNames()