Designing a Kernel-Mode Video Capture Driver

Kernel-mode video capture drivers are responsible for accessing video capture hardware. They are implemented as services under the control of the Windows NT Service Control Manager. This section provides topics that explain implementing DriverEntry in a video capture driver and using VCKernel.lib.