GetCurrentThreadId v0.1.0

Source
Returns the identifier of the calling thread.

Package: Windows

Microsoft documentation: GetCurrentThreadId

Signature

func GetCurrentThreadId() -> uint32;

Returns

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

See also