SHCloneSpecialIDList(3w)
NAME
SHCloneSpecialIDList (SHELL32.89)
SYNOPSIS
LPITEMIDLIST SHCloneSpecialIDList ( HWND hwndOwner, DWORD nFolder, BOOL fCreate )
DESCRIPTION
Create an ItemIDList to one of the special folders.
PARAMS
hwndOwner [In] .
nFolder [In] CSIDL_xxxxx.
fCreate [In] Create folder if it does not exist.
RETURNS
Success: The newly created pidl
Failure: NULL, if inputs are invalid.
NOTES
exported by ordinal. Caller is responsible for deallocating the returned ItemIDList with the shells IMalloc interface, aka ILFree.
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shell32/pidl.c".
- Debug channel "pidl".