各位大虾: 我用ds编写了一wdm驱动程序,在win98下用checked编译连接成功,并且上层程序能正确调用,但用free编译也连接成功,上层程序调用后(打开成功),deviceiocontrol(..)不能返回值.帮忙解决!
回复(2) 2003-06-25 10:12 来自版块 - ABC初学者
表情
shjdriver NTSTATUS PIDSDevice::DeviceControl(KIrp I) { NTSTATUS status; t << \"Entering PIDSDevice::Device Control, \" <&...(2003-06-25 12:31)
swf2003把你驱动中对 IRP_MJ_DEVICE_CONTROL 处理的代码仔细看看,贴上来。(2003-06-25 11:46)

返回顶部