// wdm.h
VOID KeReleaseInStackQueuedSpinLockFromDpcLevel(
[in] PKLOCK_QUEUE_HANDLE LockHandle
);
View the official Windows Driver Kit DDI reference
No description available.
The KeReleaseInStackQueuedSpinLockFromDpcLevel routine releases a queued spin lock acquired by KeAcquireInStackQueuedSpinLockAtDpcLevel.
LockHandle
[in]Specifies the queued spin lock handle initialized by the call to KeAcquireInStackQueuedSpinLockAtDpcLevel that acquired the lock.
For more information about queued spin locks, see Queued Spin Locks.
KeAcquireInStackQueuedSpinLockAtDpcLevel