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