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 符合性规则 HwStorPortProhibitedDDI (storport)

另请参阅

缓存感知的运行保护

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware