Previous Next

KeReleaseInStackQueuedSpinLock

The KeReleaseInStackQueuedSpinLock routine releases a queued spin lock acquired by KeAcquireInStackQueuedSpinLock.

VOID
FASTCALL
  KeReleaseInStackQueuedSpinLock (
    IN PKLOCK_QUEUE_HANDLE  LockHandle
    );

Parameters

LockHandle
Specifies the queued spin lock handle initialized by the call to KeAcquireInStackQueuedSpinLock 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

KeAcquireInStackQueuedSpinLock