Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shell32/
H A Dshlfolder.c3485 UINT count_sia, i; in test_SHCreateShellItemArray() local
3486 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()