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 符合性规则 | HwStorPortProhibitedDDI (storport) |
另请参阅
ExAcquireRundownProtectionCacheAware
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
ExFreeCacheAwareRundownProtection
ExInitializeRundownProtectionCacheAware
ExReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAwareEx