Función ExFreeCacheAwareRundownProtection (wdm.h)

La rutina ExFreeCacheAwareRundownProtection libera una estructura de protección de resumen fácil de almacenar en caché que se asignó anteriormente.

Sintaxis

void ExFreeCacheAwareRundownProtection(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);

Parámetros

[in, out] RunRefCacheAware

Puntero al objeto de protección de detención que se va a liberar. Se trata de un puntero a una estructura de EX_RUNDOWN_REF_CACHE_AWARE opaca devuelta desde una llamada anterior a ExAllocateCacheAwareRundownProtection o ExAllocateCacheAwareRundownProtection.

Valor devuelto

None

Observaciones

Para obtener más información, consulta Protección de desaprotección de desaprotección con reconocimiento de caché.

Requisitos

Requisito Value
Servidor mínimo compatible Windows Server 2003, Service Pack 1
Encabezado wdm.h (incluya Wdm.h)
IRQL <= APC_LEVEL

Consulte también

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware