GetCurrentProcessId v0.1.0
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
GetCurrentThreadId— calling thread identifierWindows— the package overview