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

Method Wait

Win32Lib/Process.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void Process::Wait() const
170{
171 WaitForSingleObject(m_hProcess);
172}
173
174} // namespace Win32
175} // namespace fusion

Callers

nothing calls this directly

Calls 1

WaitForSingleObjectFunction · 0.85

Tested by

no test coverage detected