Skip to content

Latest commit

 

History

History
57 lines (48 loc) · 3.39 KB

kmdf-inputbufferapi.md

File metadata and controls

57 lines (48 loc) · 3.39 KB
title ms.date description keywords topic_type ms.topic api_name api_type
InputBufferAPI Rule (KMDF)
05/21/2018
Learn more about: InputBufferAPI rule (kmdf)
InputBufferAPI rule (kmdf)
apiref
reference
InputBufferAPI
NA

InputBufferAPI rule (kmdf)

The InputBufferAPI rule specifies that the correct DDIs for buffer retrieval are used in the EvtIoReadcallback function. Within the EvtIoRead callback function, the following DDIs cannot be called for buffer retrieval:

WdfRequestRetrieveInputBuffer WdfRequestRetrieveUnsafeUserInputBuffer WdfRequestRetrieveInputWdmMdl WdfRequestRetrieveInputMemory

Driver model: KMDF

How to test

At compile time

Run Static Driver Verifier and specify the InputBufferAPI rule.

Use the following steps to run an analysis of your code:
  1. Prepare your code (use role type declarations).
  2. Run Static Driver Verifier.
  3. View and analyze the results.

For more information, see Using Static Driver Verifier to Find Defects in Drivers.

Applies to

WdfRequestRetrieveInputBuffer WdfRequestRetrieveInputMemory WdfRequestRetrieveInputWdmMdl WdfRequestRetrieveUnsafeUserInputBuffer