KeLeaveGuardedRegion - NtDoc

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

VOID KeLeaveGuardedRegion();
View the official Windows Driver Kit DDI reference
// wdm.h

VOID KeLeaveGuardedRegion();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KeLeaveGuardedRegion function (ntddk.h)

Description

The KeLeaveGuardedRegion routine exits a guarded region entered by KeEnterGuardedRegion.

Remarks

Guarded regions can be nested, so APCs are only reenabled once the thread exists the outermost guarded region.

For more information about guarded regions, see Critical Regions and Guarded Regions.

See also

KeEnterGuardedRegion


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

KeLeaveGuardedRegion function (wdm.h)

Description

The KeLeaveGuardedRegion routine exits a guarded region entered by KeEnterGuardedRegion.

Remarks

Guarded regions can be nested, so APCs are only reenabled once the thread exists the outermost guarded region.

For more information about guarded regions, see Critical Regions and Guarded Regions.

See also

KeEnterGuardedRegion