GetCurrentProcess (kernel32)
Last changed: -165.214.12.68

.
Summary
Returns a pseudo handle for the current process.

C# Signature:

[DllImport("kernel32.dll")]
static extern IntPtr GetCurrentProcess();

VB Signature:

Declare Function GetCurrentProcess Lib "kernel32.dll" () As IntPtr

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

System.Diagnostics.Process.GetCurrentProcess

Documentation