Función ExFreeCacheAwareRundownProtection (wdm.h)
La rutina ExFreeCacheAwareRundownProtection libera una estructura de protección de ejecución 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 ejecució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
Ninguno
Observaciones
Para obtener más información, consulte protección contra la ejecución con reconocimiento de caché.
Requisitos
Requisito | Valor |
---|---|
servidor mínimo admitido | Windows Server 2003, Service Pack 1 |
encabezado de | wdm.h (incluya Wdm.h) |
irQL | <= APC_LEVEL |
Consulte también
exAcquireRundownProtectionCacheAware
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
exInitializeRundownProtectionCacheAware
exReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAwareEx