Share via


NDIS_CURRENT_IRQL (Compact 2013)

3/26/2014

This macro returns the current interrupt request level (IRQL).

Syntax

NDIS_CURRENT_IRQL()

Parameters

None

Return Value

NDIS_CURRENT_IRQL returns the current IRQL as a KIRQL-type value.

Remarks

NDIS drivers should use the NDIS_CURRENT_IRQL macro to obtain the caller’s current IRQL.

This macro is an NDIS wrapper for the KeGetCurrentIrql routine.

Requirements

Header

ndis.h

See Also

Reference

NDIS Interrupt and Synchronization Macros