Compartir a través de


Función ExAcquireRundownProtectionCacheAware (wdm.h)

La rutina ExAcquireRundownProtectionCacheAware intenta adquirir la protección de reducción de la memoria caché en un objeto compartido para que el autor de la llamada pueda acceder de forma segura al objeto.

Sintaxis

BOOLEAN ExAcquireRundownProtectionCacheAware(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);

Parámetros

[in, out] RunRefCacheAware

Puntero a la estructura de EX_RUNDOWN_REF_CACHE_AWARE opaca devuelta por una llamada anterior a ExAllocateCacheAwareRundownProtection o ExInitializeRundownProtectionCacheAware.

Valor devuelto

Devuelve TRUE si se adquirió la protección de la ejecución y FALSE si la ejecución está activa o completada actualmente.

Requisitos

Requisito Valor
servidor mínimo admitido Windows Server 2003, Service Pack 1
encabezado de wdm.h (incluya Wdm.h)
reglas de cumplimiento de DDI HwStorPortProhibitedDIs(storport)

Consulte también

de protección con reconocimiento de caché

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

exInitializeRundownProtectionCacheAware

exReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

exRundownCompletedCacheAware

exSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware