GetProcessHeapFromTeb

Recreation of GetProcessHeap

HANDLE GetProcessHeapFromTeb(VOID)
{
	return GetPeb()->ProcessHeap;
}

Last updated