Searched refs:DebugActiveProcessStop (Results 1 – 1 of 1) sorted by relevance
1476 static BOOL WINAPI (*DebugActiveProcessStop)(DWORD); variable1490 if (!DebugActiveProcessStop) in has_detach_ability()1491 DebugActiveProcessStop = GetProcAddress (kernel32, in has_detach_ability()1493 if (DebugSetProcessKillOnExit && DebugActiveProcessStop) in has_detach_ability()1641 if (!DebugActiveProcessStop (current_event.dwProcessId)) in child_detach()