|
ProcessHelperGetCurrentProcessId Method |
Namespace: Xcalibur.NativeMethods.V2.ProcessesAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax [DllImportAttribute("kernel32.dll")]
public static uint GetCurrentProcessId()
<DllImportAttribute("kernel32.dll">]
Public Shared Function GetCurrentProcessId As UInteger
public:
[DllImportAttribute(L"kernel32.dll")]
static unsigned int GetCurrentProcessId()
[<DllImportAttribute("kernel32.dll")>]
static member GetCurrentProcessId : unit -> uint32
Return Value
UInt32The return value is the process identifier of the calling process.
See Also