Función ExSizeOfRundownProtectionCacheAware (wdm.h)

La rutina ExSizeOfRundownProtectionCacheAware devuelve el tamaño recomendado para una estructura de rundown fácil de almacenar en caché.

Sintaxis

SIZE_T ExSizeOfRundownProtectionCacheAware();

Valor devuelto

Devuelve un valor de SIZE_T .

Comentarios

Después de llamar a esta rutina, llame a ExInitializeRundownProtectionCacheAware para inicializar un objeto de protección de ejecución compatible con 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

Protección contra la reducción de la memoria caché

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExWaitForRundownProtectionReleaseCacheAware