KeReleaseInStackQueuedSpinLockFromDpcLevel - NtDoc

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

VOID KeReleaseInStackQueuedSpinLockFromDpcLevel(
  [in] PKLOCK_QUEUE_HANDLE LockHandle
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

The KeReleaseInStackQueuedSpinLockFromDpcLevel routine releases a queued spin lock acquired by KeAcquireInStackQueuedSpinLockAtDpcLevel.

Parameters

LockHandle [in]

Specifies the queued spin lock handle initialized by the call to KeAcquireInStackQueuedSpinLockAtDpcLevel that acquired the lock.

Remarks

For more information about queued spin locks, see Queued Spin Locks.

See also

KLOCK_QUEUE_HANDLE

KeAcquireInStackQueuedSpinLockAtDpcLevel