EvtIoStopCompleteOrStopAck 规则 (kmdf)
EvtIoStopCompleteOrStopAck 规则指定在 EvtIoStop 回调函数中,驱动程序为框架提供的每个 I/O 请求调用以下方法之一。 如果未执行此操作,驱动程序可能会阻止系统进入另一个低功率状态。
WdfRequestCompleteWdfRequestCompleteWithInformationWdfRequestCompleteWithPriorityBoostWdfRequestCancelSentRequestWdfRequestStopAcknowledge
驱动程序模型:KMDF
如何测试
编译时 |
---|
运行 静态驱动程序验证程序 并指定 EvtIoStopCompleteOrStopAck 规则。 使用以下步骤运行代码分析:有关详细信息,请参阅 使用静态驱动程序验证程序查找驱动程序中的缺陷。 |
适用于
WdfRequestCancelSentRequestWdfRequestCompleteWdfRequestCompleteWithInformationWdfRequestCompleteWithPriorityBoostWdfRequestStopAcknowledge