ExFreeCacheAwareRundownProtection 函数 (wdm.h)

ExFreeCacheAwareRundownProtection 例程释放以前分配的缓存友好的运行保护结构。

语法

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

参数

[in, out] RunRefCacheAware

指向要释放的运行保护对象的指针。 这是指向上一次调用 ExAllocateCacheAwareRundownProtectionExAllocateCacheAwareRundownProtection返回的不透明 EX_RUNDOWN_REF_CACHE_AWARE 结构的指针。

返回值

没有

言论

有关详细信息,请参阅 缓存感知的运行保护

要求

要求 价值
支持的最低服务器 Windows Server 2003 Service Pack 1
标头 wdm.h (包括 Wdm.h)
IRQL <= APC_LEVEL

另请参阅

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware