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

Method MSWindowsProcess

src/lib/platform/MSWindowsProcess.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace deskflow::platform {
23
24MSWindowsProcess::MSWindowsProcess(const std::wstring &command, HANDLE stdOutput, HANDLE stdError)
25 : m_command(command),
26 m_stdOutput(stdOutput),
27 m_stdError(stdError)
28{
29}
30
31MSWindowsProcess::~MSWindowsProcess()
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected