MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / OnCopy

Method OnCopy

WinArk/ProcessPropertiesDlg.cpp:176–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176LRESULT CProcessPropertiesDlg::OnCopy(WORD /*wNotifyCode*/, WORD wID, HWND /*hWndCtl*/, BOOL& /*bHandled*/) {
177 auto& cmd = m_px.GetCommandLine();
178 if (!cmd.empty()) {
179 ClipboardHelper::CopyText(*this, cmd.c_str());
180 }
181 return 0;
182}

Callers

nothing calls this directly

Calls 2

GetCommandLineMethod · 0.80
emptyMethod · 0.80

Tested by

no test coverage detected