Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OutputBufferAPI rule specifies that the correct DDIs for buffer retrieval are used in the EvtIoWrite callback function. Within the EvtIoWrite callback function, the following DDIs cannot be called for buffer retrieval:
WdfRequestRetrieveOutputBuffer WdfRequestRetrieveUnsafeUserOutputBuffer WdfRequestRetrieveOutputWdmMdl WdfRequestRetrieveOutputMemory
Driver model: KMDF
How to test
At compile time |
---|
Run Static Driver Verifier and specify the OutputBufferAPI 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
WdfRequestRetrieveOutputBuffer WdfRequestRetrieveOutputMemory WdfRequestRetrieveOutputWdmMdl WdfRequestRetrieveUnsafeUserOutputBuffer