WheapAttemptPhysicalPageOfflineWorker

VOID __stdcall WheapAttemptPhysicalPageOfflineWorker(PVOID WorkerContext){
  *((_DWORD *)WorkerContext + 5) = WheapAttemptPhysicalPageOffline(
                                     *(_QWORD *)WorkerContext,
                                     *((_QWORD *)WorkerContext + 1),
                                     *((_BYTE *)WorkerContext + 16));
  KeSetEvent((PRKEVENT)WorkerContext + 1, 0);
}

Referenced by:

No references.