Searched refs:pidl_current (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/shell32/ |
H A D | ebrowser.c | 1403 LPITEMIDLIST pidl_current, pidl_child; in test_navigation() local 1428 pSHParseDisplayName(current_path, NULL, &pidl_current, 0, NULL); in test_navigation() 1478 test_browse_pidl(peb, &ebev, pidl_current, SBSP_ABSOLUTE, S_OK, 1, 0, 0, 1); in test_navigation() 1559 test_browse_pidl(peb, &ebev, pidl_current, 0, S_OK, 1, 1, 0, 1); in test_navigation() 1560 test_browse_pidl(peb, &ebev, pidl_current, 0, E_FAIL, 0, 0, 0, 0); in test_navigation() 1565 test_browse_pidl(peb, &ebev, pidl_current, 0, S_OK, 1, 0, 0, 1); in test_navigation() 1566 test_browse_pidl(peb, &ebev, pidl_current, 0, S_OK, 1, 0, 0, 1); in test_navigation() 1572 test_browse_pidl(peb, &ebev, pidl_current, 0, S_OK, 1, 0, 0, 1); in test_navigation() 1573 test_browse_pidl(peb, &ebev, pidl_current, 0, S_OK, 1, 0, 0, 1); in test_navigation() 1599 hr = pSHCreateShellItem(NULL, NULL, pidl_current, &psi); in test_navigation() [all …]
|