MCPcopy Create free account
hub / github.com/DrewKestell/BloogBot / GetCurrentThreadId

Method GetCurrentThreadId

BloogBot/ThreadSynchronizer.cs:40–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 );
39
40 [DllImport("kernel32.dll")]
41 static extern uint GetCurrentThreadId();
42
43 delegate bool EnumWindowsProc(IntPtr hWnd, IntPtr lParam);
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected