SHCloneSpecialIDList (SHELL32.89)
LPITEMIDLIST SHCloneSpecialIDList ( HWND hwndOwner, DWORD nFolder, BOOL fCreate )
Create an ItemIDList to one of the special folders.
hwndOwner | [In] | . |
nFolder | [In] | CSIDL_xxxxx. |
fCreate | [In] | Create folder if it does not exist. |
Success: The newly created pidl
Failure: NULL, if inputs are invalid.
exported by ordinal. Caller is responsible for deallocating the returned ItemIDList with the shells IMalloc interface, aka ILFree.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shell32/pidl.c". source.winehq.org/source/dlls/shell32/pidl.c
Debug channel "pidl".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.