Searched refs:count_sia (Results 1 – 1 of 1) sorted by relevance
3485 UINT count_sia, i; in test_SHCreateShellItemArray() local3486 hr = IShellItemArray_GetCount(psia, &count_sia); in test_SHCreateShellItemArray()3488 ok(count_sia == count, "Counts differ (%d, %d)\n", count, count_sia); in test_SHCreateShellItemArray()3489 for(i = 0; i < count_sia; i++) in test_SHCreateShellItemArray()