MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / LocateItem

Method LocateItem

Explorer++/Explorer++/ShellTreeView/ShellTreeView.cpp:799–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799HTREEITEM 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).

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected