ExAcquireRundownProtectionCacheAware function (wdm.h)
The ExAcquireRundownProtectionCacheAware routine tries to acquire cache-aware run-down protection on a shared object so the caller can safely access the object.
BOOLEAN ExAcquireRundownProtectionCacheAware(
[in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);
[in, out] RunRefCacheAware
Pointer to the opaque EX_RUNDOWN_REF_CACHE_AWARE structure returned by a previous call to ExAllocateCacheAwareRundownProtection or ExInitializeRundownProtectionCacheAware.
Returns TRUE if rundown protection was acquired and FALSE if rundown is currently active or completed.
Requirement | Value |
---|---|
Minimum supported server | Windows Server 2003, Service Pack 1 |
Header | wdm.h (include Wdm.h) |
DDI compliance rules | HwStorPortProhibitedDDIs(storport) |
Cache-aware run-down protection
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
ExFreeCacheAwareRundownProtection
ExInitializeRundownProtectionCacheAware
ExReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAwareEx