shell.SHGetNameFromIDList

unicode = SHGetNameFromIDList(parent, flags )

Retrieves the display name of an item from an ID list.

Parameters

parent : PIDL

flags : int

Comments

This function is only available on Vista and later; a COM exception with E_NOTIMPL will be thrown if the function can't be located.