Condividi tramite


Funzione ExFreeCacheAwareRundownProtection (wdm.h)

La routine ExFreeCacheAwareRundownProtection libera una struttura di protezione rundown intuitiva della cache allocata in precedenza.

Sintassi

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

Parametri

[in, out] RunRefCacheAware

Puntatore all'oggetto protezione rundown da liberare. Si tratta di un puntatore a una struttura EX_RUNDOWN_REF_CACHE_AWARE opaca restituita da una chiamata precedente a ExAllocateCacheAwareRundownProtection o ExAllocateCacheAwareRundownProtection.

Valore restituito

nessuno

Osservazioni

Per altre informazioni, vedi Protezione di run-down compatibile con la cache.

Requisiti

Requisito Valore
Server minimo supportato Windows Server 2003, Service Pack 1
Intestazione wdm.h (include Wdm.h)
IRQL <= APC_LEVEL

Vedi anche

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware