KeReleaseInStackQueuedSpinLock 函式 (wdm.h)
KeReleaseInStackQueuedSpinLock 例程會釋放由 KeAcquireInStackQueuedSpinLock取得的佇列微調鎖定。
語法
void KeReleaseInStackQueuedSpinLock(
[in] PKLOCK_QUEUE_HANDLE LockHandle
);
參數
[in] LockHandle
指定呼叫所初始化的佇列微調鎖定句柄,KeAcquireInStackQueuedSpinLock 取得鎖定。
傳回值
沒有
言論
此例程會還原作系統在 KeAcquireInStackQueuedSpinLock 呼叫時儲存的原始 IRQL。
如需佇列微調鎖定的詳細資訊,請參閱 佇列微調鎖定。
在 64 位版本的 Windows 上使用 Hal.lib 和 64 位版本的 Windows 上的 Ntoskrnl.lib。
要求
要求 | 價值 |
---|---|
最低支援的用戶端 | 適用於 Windows XP 和更新版本的 Windows。 |
目標平臺 | 普遍 |
標頭 | wdm.h (包括 Wdm.h、Ntddk.h、Ntifs.h) |
連結庫 | Hal.lib;Ntoskrnl.lib |
DLL | Hal.dll;Ntoskrnl.exe |
IRQL | DISPATCH_LEVEL(請參閱一節) |
DDI 合規性規則 | HwStorPortProhibitedDIS(storport),標記QueuedIrps(wdm),QueuedSpinLock(storport),QueuedSpinLock(storport),QueuedSpinLock(wdm)、QueuedSpinLockRelease(storport)、QueuedSpinLockRelease(storport)、QueuedSpinLockRelease(wdm) |