DebugActiveProcess

[DllImport("kernel32.dll", SetLastError = true)]
static extern bool DebugActiveProcess(uint dwProcessId);

Última actualización