GetCurrentProcessId v0.1.0

Source
Returns the identifier of the calling process.

Package: Windows

Microsoft documentation: GetCurrentProcessId

Signature

func GetCurrentProcessId() -> uint32;

Returns

uint32 — the current process identifier. Windows may reuse the identifier after the process terminates.

See also