ExReleaseRundownProtectionCacheAwareEx 函式 (wdm.h)

ExReleaseRundownProtectionCacheAwareEx 例程會在指定的共享物件數目上釋放快取感知執行保護。

語法

void ExReleaseRundownProtectionCacheAwareEx(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRef,
  [in]      ULONG                       Count
);

參數

[in, out] RunRef

函式將在其上運作之取消保護物件的指標。 這是先前呼叫 ExAllocateCacheAwareRundownProtectionExInitializeRundownProtectionCacheAware 所傳回之不透明EX_RUNDOWN_REF_CACHE_AWARE結構的指標。

[in] Count

指定發行參考數目的 ULONG 值。

傳回值

規格需求

需求
最低支援的伺服器 Windows Server 2003 Service Pack 1
標頭 wdm.h (包含 Wdm.h)
DDI 合規性規則 HwStorPortProhibitedDIS (storport)

另請參閱

快取感知執行保護

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware