Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/shell32/
H A DItemIDList.cpp73 CComPtr<IShellFolder> psf1, psf2; in START_TEST() local
74 hr = SHBindToParent(pidl1, IID_PPV_ARG(IShellFolder, &psf1), NULL); in START_TEST()
81 hr = (psf1 ? psf1->GetAttributesOf(1, &pidl1Last, &attrs1) : E_UNEXPECTED); in START_TEST()