다음을 통해 공유


ExReleaseRundownProtectionCacheAwareEx 함수(wdm.h)

ExReleaseRundownProtectionCacheAwareEx 루틴은 지정된 수의 공유 개체에 대해 캐시 인식 런다운 보호를 해제합니다.

통사론

void ExReleaseRundownProtectionCacheAwareEx(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRef,
  [in]      ULONG                       Count
);

매개 변수

[in, out] RunRef

함수가 작동할 런다운 보호 개체에 대한 포인터입니다. 이는 ExAllocateCacheAwareRundownProtection또는exInitializeRundownProtectionCacheAware대한 이전 호출에서 반환된 불투명 EX_RUNDOWN_REF_CACHE_AWARE 구조체에 대한 포인터입니다.

[in] Count

릴리스할 참조 수를 지정하는 ULONG 값입니다.

반환 값

없음

요구 사항

요구
지원되는 최소 서버 Windows Server 2003, 서비스 팩 1
헤더 wdm.h(Wdm.h 포함)
DDI 규정 준수 규칙 HwStorPortProhibitedDDIs(storport)

참고 항목

캐시 인식 런다운 보호

ExAcquireRundownProtectionCacheAware

exAcquireRundownProtectionCacheAwareEx

exAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

exInitializeRundownProtectionCacheAware

exReInitializeRundownProtectionCacheAware

exReleaseRundownProtectionCacheAware

exRundownCompletedCacheAware

exSizeOfRundownProtectionCacheAware

exWaitForRundownProtectionReleaseCacheAware