NAME

SHSimpleIDListFromPathAW  (SHELL32.162)

SYNOPSIS

 LPITEMIDLIST  SHSimpleIDListFromPathAW
 (
  LPCSTR lpszPath
 )

DESCRIPTION

Creates a simple ItemIDList from a path and returns it. This function does not fail on nonexistent paths.

PARAMS

path [In] path to parse and convert into an ItemIDList.

RETURNS

the newly created simple ItemIDList.

NOTES

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.

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/shell32/pidl.c". https://source.winehq.org/source/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 Apr 2024.