Searched refs:DebugActiveProcessStop (Results 1 – 1 of 1) sorted by relevance
1482 static BOOL WINAPI (*DebugActiveProcessStop)(DWORD); variable1496 if (!DebugActiveProcessStop) in has_detach_ability()1497 DebugActiveProcessStop = GetProcAddress (kernel32, in has_detach_ability()1499 if (DebugSetProcessKillOnExit && DebugActiveProcessStop) in has_detach_ability()1648 if (!DebugActiveProcessStop (current_event.dwProcessId)) in child_detach()