Function TrashcanItem.itemIdList

Windows-specific function to get LPITEMIDLIST associated with item.

trashcan.TrashcanItem.LPITEMIDLIST itemIdList() nothrow @property @nogc;

Note

The returned object must not outlive this TrashcanItem (or its copies). If you want to keep this object around use ILClone. Don't forget to call ILFree or CoTaskMemFree, when it's no longer needed.