VfKeInsertQueueDpc

UINT8 __stdcall VfKeInsertQueueDpc(ULONG_PTR Dpc, VOID *SystemArgument2, VOID *a3){
  __int64 v5; 

  v5 = *(_QWORD *)&Dpc;
  VfUtilCheckKernelAddress(*(VOID **)&Dpc, 0x40u);
  return((__int64(__fastcall *)(__int64, VOID *, VOID *))pXdvKeInsertQueueDpc)(v5, SystemArgument2, a3);
}

Referenced by:

No references.