MCPcopy Create free account
hub / github.com/deskflow/deskflow / readStdError

Method readStdError

src/lib/platform/MSWindowsProcess.cpp:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224std::wstring MSWindowsProcess::readStdError()
225{
226 return readOutput(m_errorPipe);
227}
228
229std::wstring MSWindowsProcess::readOutput(HANDLE handle)
230{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected