Searched refs:propcount (Results 1 – 2 of 2) sorted by relevance
103 DWORD propcount; in test_getat() local111 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()
439 DWORD count, index, propcount; in test_EnumPropNames() local472 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()