Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dpidl.h282 LPITEMIDLIST SHELL32_CreateSimpleIDListFromPath(LPCWSTR pszPath, DWORD dwAttributes);
H A Dshell32_main.c536 pidl = SHELL32_CreateSimpleIDListFromPath(szFullPath, dwFileAttributes); in SHGetFileInfoW()
H A Dpidl.c1188 LPITEMIDLIST SHELL32_CreateSimpleIDListFromPath(LPCWSTR pszPath, DWORD dwAttributes) in SHELL32_CreateSimpleIDListFromPath() function
/reactos/dll/win32/shell32/folders/
H A DCRecycleBin.cpp588 … pidlRoot.Attach(SHELL32_CreateSimpleIDListFromPath(pfti.szTargetParsingName, pfti.dwAttributes)); in GetFSFolderForItem()