![Xcalibur Systems LLC Logo](../icons/logo.png) |
ProcessHelperGetCurrentProcess Method |
Namespace: Xcalibur.NativeMethods.V2.ProcessesAssembly: 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()
<DllImportAttribute("kernel32.dll", CharSet := CharSet.Auto, SetLastError := true>]
Public Shared Function GetCurrentProcess As IntPtr
public:
[DllImportAttribute(L"kernel32.dll", CharSet = CharSet::Auto, SetLastError = true)]
static IntPtr GetCurrentProcess()
[<DllImportAttribute("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)>]
static member GetCurrentProcess : unit -> IntPtr
Return Value
IntPtrThe return value is a pseudo handle to the current process.
See Also