MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / operator()

Method operator()

FastCopyShellExtension/dllmain.cpp:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173struct CoTaskMemDeleter
174{
175 void operator()(ITEMIDLIST* pidl) const { ::CoTaskMemFree(pidl); }
176};
177using UniquePidlPtr = std::unique_ptr< ITEMIDLIST, CoTaskMemDeleter >;
178// Return value of GetCurrentExplorerFolders()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected