Partager via


ExFreeCacheAwareRundownProtection, fonction (wdm.h)

La routine ExFreeCacheAwareRundownProtection libère une structure de protection rundown conviviale pour le cache qui a été précédemment allouée.

Syntaxe

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

Paramètres

[in, out] RunRefCacheAware

Pointeur vers l’objet de protection rundown à libérer. Il s’agit d’un pointeur vers une structure de EX_RUNDOWN_REF_CACHE_AWARE opaque retournée par un appel précédent à ExAllocateCacheAwareRundownProtection ou ExAllocateCacheAwareRundownProtection.

Valeur de retour

Aucun

Remarques

Pour plus d’informations, consultez protection d’exécution prenant en charge le cache.

Exigences

Exigence Valeur
serveur minimum pris en charge Windows Server 2003, Service Pack 1
d’en-tête wdm.h (include Wdm.h)
IRQL <= APC_LEVEL

Voir aussi

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware