ExFreeCacheAwareRundownProtection - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

VOID ExFreeCacheAwareRundownProtection(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-exfreecacheawarerundownprotection)

Description

The ExFreeCacheAwareRundownProtection routine frees a cache-friendly rundown protection structure that was previously allocated.

Parameters

RunRefCacheAware [in, out]

Pointer to the rundown protection object to be freed. This is a pointer to an opaque EX_RUNDOWN_REF_CACHE_AWARE structure returned from a previous call to ExAllocateCacheAwareRundownProtection or ExAllocateCacheAwareRundownProtection.

Remarks

For more info, see Cache-aware run-down protection.

See also

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware