exReleaseRundownProtectionCacheAware 函数 (wdm.h)

ExReleaseRundownProtectionCacheAware 例程释放调用方以前通过调用 ExAllocateCacheAwareRundownProtectionExAcquireRundownProtectionCacheAware 获取的断开保护。

语法

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

另请参阅

缓存感知的停机保护

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware