다음을 통해 공유


ExFreeCacheAwareRundownProtection 함수(wdm.h)

ExFreeCacheAwareRundownProtection 루틴은 이전에 할당된 캐시 친화적인 런다운 보호 구조를 해제합니다.

통사론

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

매개 변수

[in, out] RunRefCacheAware

해제할 런다운 보호 개체에 대한 포인터입니다. 이는 ExAllocateCacheAwareRundownProtection또는 exAllocateCacheAwareRundownProtection이전 호출에서 반환된 불투명 EX_RUNDOWN_REF_CACHE_AWARE 구조체에 대한 포인터입니다.

반환 값

없음

발언

자세한 내용은 캐시 인식 런다운 보호참조하세요.

요구 사항

요구
지원되는 최소 서버 Windows Server 2003, 서비스 팩 1
헤더 wdm.h(Wdm.h 포함)
IRQL <= APC_LEVEL

참고 항목

ExAcquireRundownProtectionCacheAware

exAcquireRundownProtectionCacheAwareEx

exAllocateCacheAwareRundownProtection

exInitializeRundownProtectionCacheAware

exReInitializeRundownProtectionCacheAware

exReleaseRundownProtectionCacheAware

exReleaseRundownProtectionCacheAwareEx

exRundownCompletedCacheAware

exSizeOfRundownProtectionCacheAware

exWaitForRundownProtectionReleaseCacheAware