Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Feedback

Was this page helpful?

Additional resources