RtlSizeHeap

UINT64 __stdcall RtlSizeHeap(PVOID HeapHandle, UINT64 Flags, PVOID BaseAddress){
  if( !HeapHandle )
    RtlpLogHeapFailure(19i64, 0i64, (UINT64)BaseAddress, 0i64, 0i64, 0i64);
  return RtlpSizeHeapInternal(HeapHandle, (PVOID)Flags);
}

Referenced by:

No references.