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