Condividi tramite


Funzione ExReleaseRundownProtectionCacheAware (wdm.h)

Il ExReleaseRundownProtectionCacheAware routine rilascia la protezione di esecuzione acquisita in precedenza dal chiamante chiamando ExAllocateCacheAwareRundownProtection o ExAcquireRundownProtectionCacheAware.

Sintassi

void ExReleaseRundownProtectionCacheAware(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);

Parametri

[in, out] RunRefCacheAware

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 ExInitializeRundownProtectionCacheAware.

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

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware