PopSetHiberFileMcb

NTSTATUS __stdcall PopSetHiberFileMcb(PVOID Mcb, _SIZE_T McbSize){
  NTSTATUS v2; 
  VOID **PoolWithTag; 

  v2 = 0;
  if( !Mcb )
    return -1073741811;
  dword_140C23460 = McbSize;
  PoolWithTag = ExAllocatePoolWithTag(0x200ui64, (unsigned int)McbSize, 1919052136i64);
  qword_140C23458 = PoolWithTag;
  if( !PoolWithTag )
    return -1073741670;
  memmove(PoolWithTag, Mcb, dword_140C23460);
  ExFreePoolWithTag(Mcb, 0);
  return v2;
}

Referenced by:

PopResizeHiberFile