KeLeaveCriticalRegion - NtDoc

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

VOID KeLeaveCriticalRegion();

View the official Windows Driver Kit DDI reference
// wdm.h

VOID KeLeaveCriticalRegion();

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddk-keleavecriticalregion)

KeLeaveCriticalRegion function (ntddk.h)

Description

The KeLeaveCriticalRegion routine reenables the delivery of normal kernel-mode APCs that were disabled by a preceding call to KeEnterCriticalRegion.

Remarks

Highest-level drivers can call this routine while running in the context of the thread that requested the current I/O operation.

See also

KeAreApcsDisabled

KeEnterCriticalRegion


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

KeLeaveCriticalRegion function (wdm.h)

Description

The KeLeaveCriticalRegion routine reenables the delivery of normal kernel-mode APCs that were disabled by a preceding call to KeEnterCriticalRegion.

Remarks

Highest-level drivers can call this routine while running in the context of the thread that requested the current I/O operation.

See also

KeAreApcsDisabled

KeEnterCriticalRegion