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

GetCurrentProcess

HANDLE GetCurrentProcessNoForward(VOID)
{
	return (HANDLE)((HANDLE)-1);
}

Last updated