VfKeRemoveQueueDpc

UINT8 __stdcall VfKeRemoveQueueDpc(_KDPC *Dpc){
  VfUtilCheckKernelAddress(Dpc, 0x40u);
  return((__int64(__fastcall *)(_KDPC *))pXdvKeRemoveQueueDpc)(Dpc);
}

Referenced by:

No references.