ExitProcess (kernel32)
Last changed: bojan.saksida@volja.net-213.172.243.65

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern void ExitProcess(uint uExitCode);

User-Defined Types:

None.

Notes:

This API is dangerous and you should avoid using it. See MSDN docs for details.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
ExitProcess on MSDN