Skip to content

Latest commit

 

History

History
90 lines (70 loc) · 4.23 KB

wdm-irqlkeapclte1.md

File metadata and controls

90 lines (70 loc) · 4.23 KB
title ms.date description keywords topic_type ms.topic api_name api_type
IrqlKeApcLte1 Rule (WDM)
05/21/2018
Learn more about: IrqlKeApcLte1 rule (wdm)
IrqlKeApcLte1 rule (wdm)
apiref
reference
IrqlKeApcLte1
NA

IrqlKeApcLte1 rule (wdm)

The IrqlKeApcLte1 rule specifies that the driver calls the following kernel routines only when it is executing at IRQL <= APC_LEVEL:

Driver model: WDM

Bug check(s) found with this rule: Bug Check 0xC4: DRIVER_VERIFIER_DETECTED_VIOLATION (0x0002000F)

How to test

At compile time

Run Static Driver Verifier and specify the IrqlKeApcLte1 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.

At run time

Run Driver Verifier and select the DDI compliance checking option.

Applies to

KeAcquireGuardedMutex KeAcquireGuardedMutexUnsafe KeDelayExecutionThread KeQueryActiveProcessors KeReleaseGuardedMutex KeReleaseGuardedMutexUnsafe KeTryToAcquireGuardedMutex