ExReleaseRundownProtectionCacheAwareEx, fonction (wdm.h)
La routine ExReleaseRundownProtectionCacheAwareEx libère une protection d’exécution prenant en compte le cache sur un nombre spécifié d’objets partagés.
Syntaxe
void ExReleaseRundownProtectionCacheAwareEx(
[in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRef,
[in] ULONG Count
);
Paramètres
[in, out] RunRef
Pointeur vers l’objet de protection d’exécution sur lequel la fonction fonctionnera. 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 ExInitializeRundownProtectionAware.
[in] Count
Valeur ULONG spécifiant le nombre de références à libérer.
Valeur de retour
None
Configuration requise
Condition requise | Valeur |
---|---|
Serveur minimal pris en charge | Windows Server 2003, Service Pack 1 |
En-tête | wdm.h (inclure Wdm.h) |
Règles de conformité DDI | HwStorPortProhibitedDDIs(storport) |
Voir aussi
Protection d’exécution prenant en compte le cache
ExAcquireRundownProtectionCacheAware
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
ExFreeCacheAwareRundownProtection
ExInitializeRundownProtectionCacheAware
ExReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAware