/reactos/modules/rostests/winetests/shell32/ |
H A D | shlfolder.c | 221 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 D | shfldr_special.c | 64 …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 D | shelldispatch.c | 995 hr = IShellFolder_ParseDisplayName(desktop, NULL, NULL, pathW, NULL, &pidl, NULL); in test_ShellFolderViewDual()
|
H A D | ebrowser.c | 1489 hr = IShellFolder_ParseDisplayName(psf, NULL, NULL, (LPWSTR)testfolderW, in test_navigation()
|
/reactos/dll/win32/shlwapi/ |
H A D | utils.cpp | 14 #define IShellFolder_ParseDisplayName _disabled_IShellFolder_ParseDisplayName_ macro 28 #undef IShellFolder_ParseDisplayName 329 IShellFolder_ParseDisplayName( in IShellFolder_ParseDisplayName() function
|
H A D | shlwapi.spec | 317 317 stdcall -noname IShellFolder_ParseDisplayName(ptr ptr ptr wstr ptr ptr ptr)
|
/reactos/modules/rostests/winetests/shdocvw/ |
H A D | shortcut.c | 181 hr = IShellFolder_ParseDisplayName(pDesktopFolder, NULL, NULL, wszWineTestFolder, NULL, in test_ShortcutFolder()
|
/reactos/modules/rostests/apitests/shlwapi/ |
H A D | IShellFolderHelpers.cpp | 240 hr = IShellFolder_ParseDisplayName( in Test_ParseDisplayName()
|
/reactos/sdk/include/reactos/ |
H A D | shlwapi_undoc.h | 388 IShellFolder_ParseDisplayName(
|
/reactos/dll/win32/shell32/wine/ |
H A D | pidl.c | 413 … 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 D | shellpath.c | 3117 hr = IShellFolder_ParseDisplayName(psf, hwnd, NULL, clsidstr, NULL, &child, NULL); in SHGetFolderLocationHelper()
|
/reactos/dll/win32/comdlg32/ |
H A D | filedlg.c | 3020 …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 D | utils.cpp | 1643 hr = IShellFolder_ParseDisplayName(psf, NULL, NULL, szPath, NULL, ppidlReal, NULL); in SHGetRealIDL()
|