Condividi tramite


Funzione ExReleaseRundownProtectionCacheAwareEx (wdm.h)

L'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à la funzione. 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

Fabbisogno

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

Vedere anche

di protezione con riconoscimento della cache

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

exAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware