ILGetDisplayNameEx (SHELL32.186)
BOOL ILGetDisplayNameEx ( LPSHELLFOLDER psf, LPCITEMIDLIST pidl, LPSTR path, DWORD type )
Retrieves the display name of an ItemIDList.
psf | [In] | Shell Folder to start with, if NULL the desktop is used. |
pidl | [In] | ItemIDList relativ to the psf to get the display name for. |
path | [Out] | Filled in with the display name, assumed to be at least MAX_PATH long. |
type | [In] | Type of display name to retrieve 0 = SHGDN_FORPARSING | SHGDN_FORADDRESSBAR uses always the desktop as root 1 = SHGDN_NORMAL relative to the root folder 2 = SHGDN_INFOLDER relative to the root folder, only the last name. |
TRUE if the display name could be retrieved successfully, FALSE otherwise
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 © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.