Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shell32/
H A Dshlfolder.c221 hr = IShellFolder_ParseDisplayName(desktop, NULL, NULL, NULL, NULL, &pidl, NULL); in test_ParseDisplayName()
241 hr = IShellFolder_ParseDisplayName(desktop, NULL, NULL, buffer, NULL, &pidl, 0); in test_ParseDisplayName()
255 hr = IShellFolder_ParseDisplayName(desktop, NULL, NULL, testdirW, NULL, &pidl, NULL); in test_ParseDisplayName()
839 hr = IShellFolder_ParseDisplayName(psfDesktop, NULL, NULL, wszMyDocuments, NULL, in test_CallForAttributes()
4717 hres = IShellFolder_ParseDisplayName(psf, NULL, pbc, adirW, NULL, &pidl, NULL); in test_ParseDisplayNamePBC()
4731 hres = IShellFolder_ParseDisplayName(psf, NULL, pbc, adirW, NULL, &pidl, NULL); in test_ParseDisplayNamePBC()
4755 hres = IShellFolder_ParseDisplayName(psf, NULL, pbc, adirW, NULL, &pidl, NULL); in test_ParseDisplayNamePBC()
4779 hres = IShellFolder_ParseDisplayName(psf, NULL, pbc, adirW, NULL, &pidl, NULL); in test_ParseDisplayNamePBC()
4803 hres = IShellFolder_ParseDisplayName(psf, NULL, pbc, adirW, NULL, &pidl, NULL); in test_ParseDisplayNamePBC()
4827 hres = IShellFolder_ParseDisplayName(psf, NULL, pbc, adirW, NULL, &pidl, NULL); in test_ParseDisplayNamePBC()
[all …]
H A Dshfldr_special.c64 …hr = IShellFolder_ParseDisplayName(psfDesktop, NULL, NULL, my_network_places_path, &eaten, &pidl, … in test_parse_for_entire_network()
82 …hr = IShellFolder_ParseDisplayName(psfDesktop, NULL, NULL, entire_network_path, &eaten, &pidl, &at… in test_parse_for_entire_network()
120 …hr = IShellFolder_ParseDisplayName(psfDesktop, NULL, NULL, control_panel_path, &eaten, &pidl, &att… in test_parse_for_control_panel()
267 hr = IShellFolder_ParseDisplayName(desktop, NULL, NULL, folders[i], &eaten, &pidl, NULL); in test_desktop_displaynameof()
H A Dshelldispatch.c995 hr = IShellFolder_ParseDisplayName(desktop, NULL, NULL, pathW, NULL, &pidl, NULL); in test_ShellFolderViewDual()
H A Debrowser.c1489 hr = IShellFolder_ParseDisplayName(psf, NULL, NULL, (LPWSTR)testfolderW, in test_navigation()
/reactos/dll/win32/shlwapi/
H A Dutils.cpp14 #define IShellFolder_ParseDisplayName _disabled_IShellFolder_ParseDisplayName_ macro
28 #undef IShellFolder_ParseDisplayName
329 IShellFolder_ParseDisplayName( in IShellFolder_ParseDisplayName() function
H A Dshlwapi.spec317 317 stdcall -noname IShellFolder_ParseDisplayName(ptr ptr ptr wstr ptr ptr ptr)
/reactos/modules/rostests/winetests/shdocvw/
H A Dshortcut.c181 hr = IShellFolder_ParseDisplayName(pDesktopFolder, NULL, NULL, wszWineTestFolder, NULL, in test_ShortcutFolder()
/reactos/modules/rostests/apitests/shlwapi/
H A DIShellFolderHelpers.cpp240 hr = IShellFolder_ParseDisplayName( in Test_ParseDisplayName()
/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h388 IShellFolder_ParseDisplayName(
/reactos/dll/win32/shell32/wine/
H A Dpidl.c413 … ret = IShellFolder_ParseDisplayName(sf, 0, NULL, (LPWSTR)path, &pchEaten, ppidl, attributes); in SHILCreateFromPathW()
1169 ret = IShellFolder_ParseDisplayName(pSF, 0, pBC, (LPOLESTR)path, NULL, ppidl, prgfInOut); in _ILParsePathW()
H A Dshellpath.c3117 hr = IShellFolder_ParseDisplayName(psf, hwnd, NULL, clsidstr, NULL, &child, NULL); in SHGetFolderLocationHelper()
/reactos/dll/win32/comdlg32/
H A Dfiledlg.c3020 …if(SUCCEEDED(IShellFolder_ParseDisplayName(*ppsf, hwnd, NULL, lpwstrTemp, &dwEaten, &pidl, &dwAttr… in FILEDLG95_ValidatePathAction()
4615 IShellFolder_ParseDisplayName(lpsf, 0, NULL, lpcstrFileName, &ulEaten, &pidl, NULL); in GetPidlFromName()
4621 IShellFolder_ParseDisplayName(lpsf, 0, NULL, lpcstrFileName, &ulEaten, &pidl, NULL); in GetPidlFromName()
/reactos/dll/win32/shell32/
H A Dutils.cpp1643 hr = IShellFolder_ParseDisplayName(psf, NULL, NULL, szPath, NULL, ppidlReal, NULL); in SHGetRealIDL()