WDM是英文Windows Driver Model(WDM)的缩写
#include "usbdlib.h"
DriverEntry
NTSTATUS 返回状态
AddDevice函数是WDM驱动特有的,NT驱动没有,这也是主要的区别之一
https://blog.csdn.net/weixin_30852451/article/details/99182762 派遣函数
标签:函数,30852451,usbdlib,wdm,WDM,NTSTATUS,驱动
来源: https://www.cnblogs.com/hshy/p/15751232.html