TrashcanItem.itemIdList

Windows-specific function to get LPITEMIDLIST associated with item.

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.

  1. LPITEMIDLIST itemIdList [@property getter]
    struct TrashcanItem
    version(D_Ddoc)
    @system @property @nogc nothrow
    itemIdList
    ()
  2. LPITEMIDLIST itemIdList [@property getter]

Meta