Condividi tramite


Funzione ExReleaseRundownProtectionCacheAwareEx (wdm.h)

La routine ExReleaseRundownProtectionCacheAwareEx rilascia la protezione di run-down compatibile con la cache su un numero specificato di oggetti condivisi.

Sintassi

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

Parametri

[in, out] RunRef

Puntatore all'oggetto protezione rundown su cui funzionerà. Si tratta di un puntatore a una struttura EX_RUNDOWN_REF_CACHE_AWARE opaca restituita da una chiamata precedente a ExAllocateCacheAwareRundownProtection o ExInitializeRundownProtectionCacheAware.

[in] Count

Valore ULONG che specifica il numero di riferimenti da rilasciare.

Valore restituito

nessuno

Requisiti

Requisito Valore
Server minimo supportato Windows Server 2003, Service Pack 1
Intestazione wdm.h (include Wdm.h)
Regole di conformità DDI HwStorPortProhibitedDDIs(storport)

Vedi anche

Protezione di run-down compatibile con la cache

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware