Searched refs:psi2 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlfolder.c | 3249 IShellItem *psi2; in test_SHGetItemFromObject() local 3250 hres = pSHGetItemFromObject((IUnknown*)psi, &IID_IShellItem, (void**)&psi2); in test_SHGetItemFromObject() 3255 ok(psi == psi2, "Different instances (%p != %p).\n", psi, psi2); in test_SHGetItemFromObject() 3256 IShellItem_Release(psi2); in test_SHGetItemFromObject() 3407 IShellItem *psi2; in test_SHCreateShellItemArray() local 3412 hr = IShellItemArray_GetItemAt(psia, 0, &psi2); in test_SHCreateShellItemArray() 3415 ok(psi != psi2, "ShellItems are of the same instance.\n"); in test_SHCreateShellItemArray() 3422 hr = pSHGetIDListFromObject((IUnknown*)psi2, &pidl2); in test_SHCreateShellItemArray() 3428 IShellItem_Release(psi2); in test_SHCreateShellItemArray() 3430 hr = IShellItemArray_GetItemAt(psia, 1, &psi2); in test_SHCreateShellItemArray()
|