[RTL] Implement RtlGetProcessHeaps

This commit is contained in:
Mark Jansen 2023-12-07 20:20:03 +01:00
parent 0ba94c83b5
commit b8cdd1a879
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
3 changed files with 32 additions and 15 deletions

View file

@ -339,6 +339,7 @@ BOOLEAN NTAPI
RtlpValidateHeapHeaders(PHEAP Heap, BOOLEAN Recalculate);
/* heapdbg.c */
NTSYSAPI
HANDLE NTAPI
RtlDebugCreateHeap(ULONG Flags,
PVOID Addr,