Función ExReleaseRundownProtectionCacheAware (wdm.h)
Las versiones rutinarias exReleaseRundownProtectionCacheAware ejecutan la protección que el autor de la llamada adquirió anteriormente mediante una llamada a ExAllocateCacheAwareRundownProtection o ExAcquireRundownProtectionCacheAware.
Sintaxis
void ExReleaseRundownProtectionCacheAware(
[in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);
Parámetros
[in, out] RunRefCacheAware
Puntero al objeto de protección de detención en el que funcionará la función. Se trata de un puntero a una estructura de EX_RUNDOWN_REF_CACHE_AWARE opaca devuelta por una llamada anterior a ExInitializeRundownProtectionCacheAware.
Valor devuelto
None
Requisitos
Requisito | Value |
---|---|
Servidor mínimo compatible | Windows Server 2003, Service Pack 1 |
Encabezado | wdm.h (incluya Wdm.h) |
Reglas de cumplimiento de DDI | HwStorPortProhibitedDIs(storport) |
Consulte también
Protección de desaprotección con reconocimiento de caché
ExAcquireRundownProtectionCacheAware
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
ExFreeCacheAwareRundownProtection
ExInitializeRundownProtectionCacheAware
ExReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAwareEx