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

Method MergeFilesThread

Explorer++/Explorer++/MergeFilesDialog.cpp:507–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507DWORD WINAPI NMergeFilesDialog::MergeFilesThread(LPVOID pParam)
508{
509 assert(pParam != nullptr);
510
511 auto *pMergeFiles = reinterpret_cast<MergeFiles *>(pParam);
512 pMergeFiles->StartMerging();
513
514 return 0;
515}
516
517MergeFiles::MergeFiles(HWND hDlg, const std::wstring &strOutputFilename,
518 const std::list<std::wstring> &FullFilenameList)

Callers

nothing calls this directly

Calls 1

StartMergingMethod · 0.80

Tested by

no test coverage detected