Firstly I install HCT11.2.
When I install my usb driver,I found the system send the irp_mj_power,
irp_mn_bogus(softice reported) to the driver.
How can I deal with irp_mn_bogus ?
Irp->IoStatus.Information = 0
Irp->IoStatus.Status = STATUS_SUCCESS; //or STATUS_UNSUCCESSFU
IoCompleteRequest(Irp, IO_NO_INCREMENT)
Thanks a lot!