For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetCurrentThread

Recreation of GetCurrentThread

HANDLE GetCurrentThreadNoForward(VOID)
{
	return ((HANDLE)(LONG_PTR)-2);
}

Last updated