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, 서비스 팩 1 |
머리글 | wdm.h(Wdm.h 포함) |
DDI 규정 준수 규칙 | HwStorPortProhibitedDDIs(storport) |
추가 정보
ExAcquireRundownProtectionCacheAware
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
ExFreeCacheAwareRundownProtection
ExInitializeRundownProtectionCacheAware
ExReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAwareEx