.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHILCreateFromPathAW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHILCreateFromPathAW\fR (SHELL32.28) .SH SYNOPSIS static HRESULT SHILCreateFromPathAW ( LPCSTR \fIpath\fR, LPITEMIDLIST* \fIppidl\fR, DWORD* \fIattributes\fR ) .SH DESCRIPTION .PP Create an ItemIDList from a \fIpath\fR. .SH PARAMS \fIpath\fR \fB[In]\fR \fB.\fR .PP \fIppidl\fR \fB[Out]\fR . .PP \fIattributes\fR \fB[In/Out]\fR requested \fIattributes\fR on call and actual \fIattributes\fR when the function returns. .PP .SH RETURNS .PP \fBNO_ERROR\fR if successful, or an \fBOLE\fR errer code otherwise. .SH NOTES .PP Wrapper for \fBIShellFolder_ParseDisplayName(3w)\fR. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shell32/pidl.c"\fR. .PP Debug channel \fB"pidl"\fR.