Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ GetStdIn
Method
GetStdIn
Win32Lib/Process.cpp:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
HANDLE Process::GetStdIn() const
130
{
131
return m_stdIn.get();
132
}
133
134
HANDLE Process::GetStdOut() const
135
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected