RtlpHpMetadataHeapCreate

NTSTATUS __stdcall RtlpHpMetadataHeapCreate(PRTL_RUN_ONCE RunOnce, PVOID Parameter, PVOID *Context){
  _RTL_RUN_ONCE v4; 
  _RTL_RUN_ONCE v5; 
  NTSTATUS result; 

  RtlpHpHeapCreate(0i64, (INT64)Parameter, (CHAR)Context);
  v5.Ptr = v4.Ptr;
  result = 0;
  if( v5.Value )
  {
    RunOnce[-1].Ptr = v5.Ptr;
    return 1;
  }
  return result;
}

Referenced by:

RtlHpHeapManagerStart