Previous Next

KeReleaseInStackQueuedSpinLockFromDpcLevel

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

NTKERNELAPI
VOID
FASTCALL
  KeReleaseInStackQueuedSpinLockFromDpcLevel (
    IN PKLOCK_QUEUE_HANDLE  LockHandle
    );

Parameters

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

Return Value

None

Headers

Declared in ntddk.h. Include ntddk.h.

Comments

This routine is only available in Windows XP and later.

See Also

KeAcquireInStackQueuedSpinLockAtDpcLevel