KeIsExecutingDpc function (wdm.h)

Checks whether a DPC is being executed on current processor.

Syntax

LOGICAL KeIsExecutingDpc();

Return value

This function returns a non-zero value if a DPC is currently being executed on the current processor. Otherwise, returns zero.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803
Header wdm.h
IRQL DISPATCH_LEVEL