Regola EvtIoStopCompleteOrStopAck (kmdf)
La regola EvtIoStopCompleteOrStopAck specifica che all'interno della funzione di callback EvtIoStop il driver chiama uno dei metodi seguenti per ogni richiesta di I/O presentata dal framework. Se questa operazione non viene eseguita, il driver potrebbe impedire al sistema di entrare in un altro stato di alimentazione inferiore.
WdfRequestCompleteWdfRequestCompleteWithInformationWdfRequestCompleteWithPriorityBoostWdfRequestCancelSentRequestWdfRequestStopAcknowledge
Modello di driver: KMDF
Come eseguire il test
In fase di compilazione |
---|
Eseguire Static Driver Verifier e specificare la regola EvtIoStopCompleteOrStopAck . Usa i passaggi descritti di seguito per eseguire un'analisi del codice:
Per altre informazioni, vedere Using Static Driver Verifier to Find Defects in Drivers.For more information, see Using Static Driver Verifier to Find Defects in Drivers. |
Si applica a
WdfRequestCancelSentRequestWdfRequestCompleteWdfRequestCompleteWithInformationWdfRequestCompleteWithPriorityBoostWdfRequestStopAcknowledge