DebugSetProcessKillOnExit (kernel32)
Last changed: anonymous

.
Summary
Sets the action to be performed when the calling thread exits.

C# Signature:

[DllImport("kernel32.dll")]
static extern void DebugSetProcessKillOnExit(bool killOnExit);

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