美文网首页
Writing WDM Drivers

Writing WDM Drivers

作者: gdc_e540 | 来源:发表于2018-08-26 21:31 被阅读0次

device driver is a set of software code that must integrate into the operating system. To complete this integration, you must write a set of handler routines in your driver that process calls from the operating system. These routines can be simple function calls, but many of them implement the processing of I/O request packets (IRPs), which facilitate communication between drivers and the operating system.

相关文章

网友评论

      本文标题:Writing WDM Drivers

      本文链接:https://www.haomeiwen.com/subject/whlaiftx.html