共用方式為


ExReleaseRundownProtectionCacheAware 函式 (wdm.h)

ExReleaseRundownProtectionCacheAware 例程會釋放呼叫者先前透過呼叫 exAllocateCacheAwareRundownProtection ExAcquireRundownProtectionCacheAware取得的 run-down 保護。

語法

void ExReleaseRundownProtectionCacheAware(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);

參數

[in, out] RunRefCacheAware

函式將運作之 Rundown 保護物件的指標。 這是先前呼叫 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

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware