ExReleaseRundownProtectionCacheAware 函数 (wdm.h)
ExReleaseRundownProtectionCacheAware 例程发布调用方之前通过调用 ExAllocateCacheAwareRundownProtection 或 ExAcquireRundownProtectionCacheAware获取的运行保护。
语法
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 符合性规则 | HwStorPortProhibitedDIS(storport) |
另请参阅
ExAcquireRundownProtectionCacheAware
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
ExFreeCacheAwareRundownProtection
ExInitializeRundownProtectionCacheAware
ExReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAwareEx