MCPcopy Create free account
hub / github.com/bwapi/bwapi / GetExitCode

Method GetExitCode

bwapi/BWAPI_PluginInjector/remotethread.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 return WaitForSingleObject(this->hThread, INFINITE) != WAIT_FAILED;
16}
17DWORD RemoteThread::GetExitCode() const
18{
19 DWORD dwExitCode = NULL;
20 GetExitCodeThread(this->hThread, &dwExitCode);
21 return dwExitCode;
22}
23
24RemoteThread::operator bool() const
25{

Callers 1

ApplyPatchSuspendedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected