Compartir a través de


Función ExReleaseRundownProtectionCacheAwareEx (wdm.h)

El ExReleaseRundownProtectionCacheAwareEx rutina 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 rundown 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 a la versión.

Valor devuelto

Ninguno

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é

exAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

exInitializeRundownProtectionCacheAware

exReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

exRundownCompletedCacheAware

exSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware