MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetStdOut

Method GetStdOut

Win32Lib/Process.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134HANDLE Process::GetStdOut() const
135{
136 return m_stdOut.get();
137}
138
139HANDLE Process::GetStdErr() const
140{

Callers 1

ProcessReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected