| 797 | } |
| 798 | |
| 799 | HTREEITEM ShellTreeView::LocateItem(PCIDLIST_ABSOLUTE pidlDirectory) |
| 800 | { |
| 801 | return LocateItemInternal(pidlDirectory,FALSE); |
| 802 | } |
| 803 | |
| 804 | /* Finds items that have been deleted or renamed |
| 805 | (meaning that their pidl's are no longer valid). |
no outgoing calls
no test coverage detected