PnpIrpCompletion rule (wdm)
The PnpIrpCompletion rule verifies that an FDO driver passes PnP IRPs to the lower driver.
This rule does not apply to bus drivers.
The following PnP IRPs are excluded from this rule:
- IRP_MN_QUERY_INTERFACE
- IRP_MN_QUERY_STOP_DEVICE
- IRP_MN_QUERY_REMOVE_DEVICE
Driver model: WDM
How to test
At compile time |
---|
Run Static Driver Verifier and specify the PnpIrpCompletion rule. Use the following steps to run an analysis of your code:
For more information, see Using Static Driver Verifier to Find Defects in Drivers. |
Applies to
IoCallDriver IoCompleteRequest IoForwardIrpSynchronously PoCallDriver