.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHSimpleIDListFromPathAW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHSimpleIDListFromPathAW\fR (SHELL32.162) .SH SYNOPSIS LPITEMIDLIST SHSimpleIDListFromPathAW ( LPCSTR \fIlpszPath\fR ) .SH DESCRIPTION .PP Creates a simple ItemIDList from a path and returns it. This function does not fail on nonexistent paths. .SH PARAMS path \fB[In]\fR path to parse and convert into an ItemIDList. .PP .SH RETURNS .PP the newly created simple ItemIDList. .SH NOTES .PP 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. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/shell32/pidl.c"\fR. .PP Debug channel \fB"pidl"\fR.