Funzione ExAcquireRundownProtectionCacheAware (wdm.h)
La routine ExAcquireRundownProtectionCacheAware tenta di acquisire la protezione del run-down con riconoscimento della cache in un oggetto condiviso in modo che il chiamante possa accedere in modo sicuro all'oggetto.
Sintassi
BOOLEAN ExAcquireRundownProtectionCacheAware(
[in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);
Parametri
[in, out] RunRefCacheAware
Puntatore alla struttura EX_RUNDOWN_REF_CACHE_AWARE opaca restituita da una chiamata precedente a ExAllocateCacheAwareRundownProtection o ExInitializeRundownProtectionCacheAware.
Valore restituito
Restituisce TRUE se la protezione rundown è stata acquisita e FALSE se il rundown è attualmente attivo o completato.
Requisiti
Requisito | Valore |
---|---|
Server minimo supportato | Windows Server 2003, Service Pack 1 |
Intestazione | wdm.h (include Wdm.h) |
Regole di conformità DDI | HwStorPortProhibitedDDDIs(storport) |
Vedi anche
Protezione del run-down con riconoscimento della cache
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
ExFreeCacheAwareRundownProtection
ExInitializeRundownProtectionCacheAware
ExReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAwareEx