MiInSwapStoreWorker

VOID __stdcall MiInSwapStoreWorker(VOID *Context){
  void *v2; 
  NTSTATUS v3; 
  _KAPC_STATE ApcState; 

  v2 = (void *)*((_QWORD *)Context + 4);
  memset(&ApcState, 0, sizeof(ApcState));
  KiStackAttachProcess(v2, 0i64, &ApcState);
  v3 = SmSwapStore(SmSwapStoreRequestInSwap);
  KeSetEvent((PRKEVENT)((char *)Context + 40), 0, 0);
  if( v3 < 0 )
    EtwTraceWorkingSetInSwapStoreFail(*((PEPROCESS *)Context + 4), (unsigned int)v3);
  KiUnstackDetachProcess(&ApcState, 0i64);
  ObfDereferenceObjectWithTag(*((VOID **)Context + 4), 0x73576D4Dui64);
  MiInSwapStoreContextDereference((_MI_STORE_INSWAP_CONTEXT *)Context);
}

Referenced by:

No references.