Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

KeReleaseInStackQueuedSpinLockFromDpcLevel function (wdm.h)

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

Syntax

VOID KeReleaseInStackQueuedSpinLockFromDpcLevel(
 [in] PKLOCK_QUEUE_HANDLE LockHandle
);

Parameters

[in] LockHandle

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

Return value

None

Remarks

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

Requirements

Requirement Value
Target Platform Universal
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe
DDI compliance rules HwStorPortProhibitedDDIs(storport)

See also

KLOCK_QUEUE_HANDLE

KeAcquireInStackQueuedSpinLockAtDpcLevel


Feedback

Was this page helpful?

Additional resources