KeIsExecutingDpc - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

LOGICAL KeIsExecutingDpc();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-keisexecutingdpc)

KeIsExecutingDpc function

Description

Checks whether a DPC is being executed on current processor.

Return value

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

Remarks

See also