Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.03 KB

28150-function-causes-irq-level-to-be-set-above-max.md

File metadata and controls

35 lines (26 loc) · 1.03 KB
title description keywords ms.date f1_keywords
C28150 Warning
Warning C28150 The function causes the IRQ Level to be set above the maximum acceptable for the function being analyzed.
warnings listed WDK PREfast for Drivers
errors listed WDK PREfast for Drivers
04/20/2017
C28150

C28150

warning C28150: The function causes the IRQ Level to be set above the maximum acceptable for the function being analyzed

Additional information

The level limits come from annotations on the current function.

The specified function has raised the IRQL above the maximum IRQL permitted for the current function call.

This warning occurs inside a function that has been annotated with the __drv_maxIRQL annotation and indicates either a coding error in the function or a misunderstanding of the function's contract in the annotations.