[DllImport("kernel32.dll", SetLastError = true)] static extern bool DebugActiveProcess(uint dwProcessId);
Última actualización hace 1 año