mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 00:27:13 +00:00
[RTL] Implement RtlGetProcessHeaps
This commit is contained in:
parent
0ba94c83b5
commit
b8cdd1a879
3 changed files with 32 additions and 15 deletions
|
@ -3756,7 +3756,7 @@ BOOLEAN NTAPI RtlValidateHeap(
|
|||
}
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
* @unimplemented
|
||||
*/
|
||||
NTSTATUS NTAPI
|
||||
RtlEnumProcessHeaps(PHEAP_ENUMERATION_ROUTINE HeapEnumerationRoutine,
|
||||
|
@ -3766,21 +3766,8 @@ RtlEnumProcessHeaps(PHEAP_ENUMERATION_ROUTINE HeapEnumerationRoutine,
|
|||
return STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
ULONG NTAPI
|
||||
RtlGetProcessHeaps(ULONG count,
|
||||
HANDLE *heaps)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOLEAN NTAPI
|
||||
RtlValidateProcessHeaps(VOID)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue