DebugActiveProcessStop (kernel32)
Last changed: -78.3.84.133

.
Summary
Stops the debugger from debugging the specified process.

C# Signature:

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

VB Signature:

Declare Function DebugActiveProcessStop Lib "kernel32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation