Click or drag to resize
Xcalibur Systems LLC Logo

ProcessHelperGetCurrentProcessId Method

Retrieves the process identifier of the calling process.

GetProcessAffinityMask function


Namespace: Xcalibur.NativeMethods.V2.Processes
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[DllImportAttribute("kernel32.dll")]
public static uint GetCurrentProcessId()

Return Value

UInt32
The return value is the process identifier of the calling process.
See Also