// wdm.h
VOID ExReleaseRundownProtectionCacheAwareEx(
[in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRef,
[in] ULONG Count
);
View the official Windows Driver Kit DDI referenceNo description available.
The ExReleaseRundownProtectionCacheAwareEx routine releases cache-aware run-down protection on a specified number of shared objects.
RunRef [in, out]Pointer to the rundown protection object that the function will operate on. This is a pointer to an opaque EX_RUNDOWN_REF_CACHE_AWARE structure returned by a previous call to ExAllocateCacheAwareRundownProtection or ExInitializeRundownProtectionCacheAware.
Count [in]ULONG value specifying the number of references to release.
Cache-aware run-down protection
ExAcquireRundownProtectionCacheAware
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
ExFreeCacheAwareRundownProtection
ExInitializeRundownProtectionCacheAware
ExReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAware
ExSizeOfRundownProtectionCacheAware
ExWaitForRundownProtectionReleaseCacheAware