Función ExReleaseRundownProtectionCacheAwareEx (wdm.h)

La rutina ExReleaseRundownProtectionCacheAwareEx libera la protección de ejecución con reconocimiento de caché en un número especificado de objetos compartidos.

Sintaxis

void ExReleaseRundownProtectionCacheAwareEx(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRef,
  [in]      ULONG                       Count
);

Parámetros

[in, out] RunRef

Puntero al objeto de protección de ejecución en el que funcionará la función. Se trata de un puntero a una estructura de EX_RUNDOWN_REF_CACHE_AWARE opaca devuelta por una llamada anterior a ExAllocateCacheAwareRundownProtection o ExInitializeRundownProtectionCacheAware.

[in] Count

Valor de ULONG que especifica el número de referencias que se van a liberar.

Valor devuelto

None

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é

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware