Click or drag to resize
Xcalibur Systems LLC Logo

ProcessHelperGetCurrentProcess Method

Retrieves a pseudo handle for the current process.

GetCurrentProcess function


Namespace: Xcalibur.NativeMethods.V2.Processes
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)]
public static IntPtr GetCurrentProcess()

Return Value

IntPtr
The return value is a pseudo handle to the current process.
See Also