阅读:1152回复:0
有关driverworks的if (FALSE)
各位DX:
我是一只才挂上号的小菜鸟。现有不明之处向各位前辈讨教。 我用driverworks生成的代码如下: NTSTATUS Pci9052Device::Write(KIrp I) { // TODO: Check the incoming request. Replace \"FALSE\" in the following // line with a check that returns TRUE if the request is not valid. if (FALSE) { // Invalid parameter in the Write request I.Information() = 0; return I.PnpComplete(this, STATUS_INVALID_PARAMETER); } 在另一代码中(有关中断的)也存在if (FALSE)。虽然有几位DX以前对此解答过,但我实在是很菜 ,希望能再具体点(源码)。这里先谢了。 |
|