.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHCloneSpecialIDList 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHCloneSpecialIDList\fR (SHELL32.89) .SH SYNOPSIS LPITEMIDLIST SHCloneSpecialIDList ( HWND \fIhwndOwner\fR, DWORD \fInFolder\fR, BOOL \fIfCreate\fR ) .SH DESCRIPTION .PP Create an ItemIDList to one of the special folders. .SH PARAMS \fIhwndOwner\fR \fB[In]\fR \fB.\fR .PP \fInFolder\fR \fB[In]\fR CSIDL_xxxxx. .PP \fIfCreate\fR \fB[In]\fR Create folder if it does not exist. .PP .SH RETURNS .PP \fBSuccess:\fR The newly created pidl .PP \fBFailure:\fR \fBNULL\fR, if inputs are invalid. .SH NOTES .PP exported by ordinal. Caller is responsible for deallocating the returned ItemIDList with the shells \fBIMalloc\fR interface, aka ILFree. .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.