GetCurrentThread

Recreation of GetCurrentThread

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

Last updated