Searched refs:DebugEvent (Results 1 – 1 of 1) sorted by relevance
370 DEBUG_EVENT DebugEvent; in main() local371 std::memset(&DebugEvent, 0, sizeof(DebugEvent)); in main()422 success = WaitForDebugEvent(&DebugEvent, TimeLeft); in main()440 switch(DebugEvent.dwDebugEventCode) { in main()445 ProcessIDToHandle[DebugEvent.dwProcessId] = in main()446 DebugEvent.u.CreateProcessInfo.hProcess; in main()447 ::CloseHandle(DebugEvent.u.CreateProcessInfo.hFile); in main()455 if (DebugEvent.dwProcessId == ProcessInfo.dwProcessId) in main()456 return DebugEvent.u.ExitProcess.dwExitCode; in main()460 ProcessIDToHandle.find(DebugEvent.dwProcessId); in main()[all …]