SHSimpleIDListFromPathAW (SHELL32.162)
LPITEMIDLIST SHSimpleIDListFromPathAW ( LPCSTR lpszPath )
Creates a simple ItemIDList from a path and returns it. This function does not fail on nonexistent paths.
path | [In] | path to parse and convert into an ItemIDList. |
the newly created simple ItemIDList.
Simple in the name does not mean a relative ItemIDList but rather a fully qualified list, where only the file name is filled in and the directory flag for those ItemID elements this is known about, eg. it is not the last element in the ItemIDList or the actual directory exists on disk. exported by ordinal.
Declared in "include/shlobj.h". gitlab.winehq.org/wine/wine/blob/master/include/shlobj.h
Implemented in "dlls/shell32/pidl.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shell32/pidl.c
Debug channel "pidl".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.