ExReleaseRundownProtectionCacheAware-Funktion (wdm.h)
Der ExReleaseRundownProtectionCacheAware-Routinereleasingschutz , den der Aufrufer zuvor durch Aufrufen von ExAllocateCacheAwareRundownProtection oder ExAcquireRundownProtectionCacheAware erworben hat.
Syntax
void ExReleaseRundownProtectionCacheAware(
[in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);
Parameter
[in, out] RunRefCacheAware
Zeiger auf das Rundownschutzobjekt, für das die Funktion ausgeführt wird. Dies ist ein Zeiger auf eine undurchsichtige EX_RUNDOWN_REF_CACHE_AWARE Struktur, die von einem vorherigen Aufruf von ExInitializeRundownProtectionCacheAware zurückgegeben wurde.
Rückgabewert
Keine
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Server) | Windows Server 2003, Service Pack 1 |
Kopfzeile | wdm.h (einschließen von Wdm.h) |
DDI-Complianceregeln | HwStorPortProhibitedDDIs(storport) |
Weitere Informationen
ExAcquireRundownProtectionCacheAware
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
ExFreeCacheAwareRundownProtection
ExInitializeRundownProtectionCacheAware
ExReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAwareEx