PnprUnlockPagesForReplace

void PnprUnlockPagesForReplace(){
  MmUnlockPagableImageSection(ExPageLockHandle);
  ExNotifyCallback(*(&ExBootDevicesRemovedEvent + 16), (VOID *)3, (VOID *)1);
}

Referenced by:

PnprCompleteWake