Función ExAcquireRundownProtectionCacheAware (wdm.h)

La rutina ExAcquireRundownProtectionCacheAware intenta adquirir la protección de reducción en 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 contra la ejecución y FALSE si la ejecución está activa o completada actualmente.

Requisitos

Requisito Value
Servidor mínimo compatible Windows Server 2003, Service Pack 1
Encabezado wdm.h (incluya Wdm.h)
Reglas de cumplimiento de DDI HwStorPortProhibitedDDIs(storport)

Consulte también

Protección frente a la reducción de caché

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware