Funzione ExFreeCacheAwareRundownProtection (wdm.h)

La routine ExFreeCacheAwareRundownProtection libera una struttura di protezione rundown compatibile con la cache allocata in precedenza.

Sintassi

C++
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 di EX_RUNDOWN_REF_CACHE_AWARE opaca restituita da una chiamata precedente a ExAllocateCacheAwareRundownProtection o ExAllocateCacheAwareRundownProtection.

Valore restituito

Nessuno

Osservazioni

Per altre informazioni, vedere protezione con riconoscimento della cache.

Fabbisogno

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

Vedere anche

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

exAllocateCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware