Recreation of GetProcessHeap
HANDLE GetProcessHeapFromTeb(VOID) { return GetPeb()->ProcessHeap; }
Last updated 29 days ago