Funzione ExReleaseRundownProtectionCacheAware (wdm.h)
La routine ExReleaseRundownProtectionCacheAware rilascia la protezione run-down 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à. Si tratta di un puntatore a una struttura EX_RUNDOWN_REF_CACHE_AWARE opaca restituita da una chiamata precedente a ExInitializeRundownProtectionCacheAware.
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
ExReleaseRundownProtectionCacheAwareEx