DoubleCompletion 规则 (kmdf)
DoubleCompletion 规则指定驱动程序不能两次完成 I/O 请求。 对于同一请求,不应在一行中调用以下方法两次: WdfRequestComplete、 WdfRequestCompleteWithInformation、 WdfRequestCompleteWithPriorityBoost。
此规则与 DoubleCompletionLocal 规则的区别在于,DoubleCompletionLocal 规则仅在默认 I/O 队列回调函数中执行。
驱动程序模型:KMDF
如何测试
编译时 |
---|
运行 静态驱动程序验证程序 并指定 DoubleCompletion 规则。 使用以下步骤运行代码分析:有关详细信息,请参阅 使用静态驱动程序验证程序查找驱动程序中的缺陷。 |
适用于
WdfIoQueueRetrieveFoundRequestWdfIoQueueRetrieveNextRequestWdfIoQueueRetrieveRequestByFileObjectWdfRequestCompleteWdfRequestCompleteWithInformationWdfRequestCompleteWithPriorityBoost