MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / recordFilesImpl

Method recordFilesImpl

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

Source from the content-addressed store, hash-verified

266{
267 CopyOperation m_op;
268 HRESULT recordFilesImpl(IShellItemArray* selection)
269 {
270 Recorder recorder{ m_op };
271 for (auto item : ShellItemArray{ selection })
272 {
273 if (item.GetPtr())
274 recorder << item;
275 }
276 return S_OK;
277 }
278
279 HRESULT callMainProgramImpl(std::wstring_view arg)
280 {

Callers

nothing calls this directly

Calls 1

GetPtrMethod · 0.80

Tested by

no test coverage detected