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