This is a feature of the WinDriver tool-kit, which allows you to develop a kernel mode driver and move performance critical sections of you code (such as interrupts acknowledgment and handling) from the user mode to the kernel mode.
For more information regarding the Kernel PlugIn feature, please see the Kernel PlugIn page on our site and the relevant chapters in the WinDriver User's Manual.
Note that beginning with version 6.0, WinDriver's USB API is not supported by this feature. Generally, you would not need to use the Kernel PlugIn for USB, but if you do find that you need direct USB kernel mode handling, you can use the KernelDriver USB tool-kit.
Back to Top
|