Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shell32/
H A Dshlfolder.c3532 LPCITEMIDLIST pidl_array[2]; in test_SHCreateShellItemArray() local
3546 hr = pSHCreateShellItemArrayFromIDLists(0, pidl_array, &psia); in test_SHCreateShellItemArray()
3551 pidl_array[0] = NULL; in test_SHCreateShellItemArray()
3552 hr = pSHCreateShellItemArrayFromIDLists(1, pidl_array, &psia); in test_SHCreateShellItemArray()
3557 pidl_array[0] = pidl_testdir; in test_SHCreateShellItemArray()
3558 pidl_array[1] = NULL; in test_SHCreateShellItemArray()
3612 pidl_array[0] = pidl_testdir; in test_SHCreateShellItemArray()
3653 pidl_array[0] = pidl_testdir; in test_SHCreateShellItemArray()
3654 pidl_array[1] = pidltest1; in test_SHCreateShellItemArray()
4127 LPCITEMIDLIST pidl_array[5]; in test_ShellItemArrayGetAttributes() local
[all …]
/reactos/sdk/include/psdk/
H A Dshobjidl.idl614 …I SHCreateShellItemArrayFromIDLists(UINT cidl, PCIDLIST_ABSOLUTE_ARRAY pidl_array, IShellItemArray…