ExReleaseRundownProtectionCacheAware 函式 (wdm.h)
ExReleaseRundownProtectionCacheAware 例程會釋放呼叫端先前透過呼叫 ExAllocateCacheAwareRundownProtection 或 ExAcquireRundownProtectionCacheAware 取得的執行保護。
語法
void ExReleaseRundownProtectionCacheAware(
[in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);
參數
[in, out] RunRefCacheAware
函式將運作的下一個保護物件的指標。 這是先前呼叫 ExInitializeRundownProtectionCacheAware 所傳回之不透明EX_RUNDOWN_REF_CACHE_AWARE結構的指標。
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的伺服器 | Windows Server 2003 Service Pack 1 |
標頭 | wdm.h (包含 Wdm.h) |
DDI 合規性規則 | HwStorPortProhibitedDIS (storport) |
另請參閱
ExAcquireRundownProtectionCacheAware
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
ExFreeCacheAwareRundownProtection
ExInitializeRundownProtectionCacheAware
ExReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAwareEx