Handling Interrupts, Using VCKernel.lib

All kernel-mode video capture drivers using VCKernel.lib must provide both an interrupt service routine (ISR) and a deferred procedure call (DPC) function. The ISR is referred to as the driver’s InterruptAcknowledge function, and the DPC function is referred to as its CaptureService function.