Funzione ExAcquireRundownProtectionCacheAware (wdm.h)

La routine ExAcquireRundownProtectionCacheAware tenta di acquisire una protezione di run-down compatibile con la cache su un oggetto condiviso in modo che il chiamante possa accedere in modo sicuro all'oggetto.

Sintassi

C++
BOOLEAN ExAcquireRundownProtectionCacheAware(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);

Parametri

[in, out] RunRefCacheAware

Puntatore alla struttura di EX_RUNDOWN_REF_CACHE_AWARE opaca restituita da una chiamata precedente a ExAllocateCacheAwareRundownProtection o ExInitializeRundownProtectionCacheAware.

Valore restituito

Restituisce TRUE se la protezione del rundown è stata acquisita e FALSE se il rundown è attualmente attivo o completato.

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

ExAcquireRundownProtectionCacheAwareEx

exAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware