[DllImport("kernel32.dll", SetLastError=true)] public static extern bool DebugActiveProcessStop(uint dwProcessId);
Declare Function DebugActiveProcessStop Lib "kernel32.dll" (TODO) As TODO
Última actualización hace 1 año