Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
L'ExReleaseRundownProtectionCacheAwareEx routine libère la 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 ExInitializeRundownProtectionCacheAware.
[in] Count
Valeur ULONG spécifiant le nombre de références à libérer.
Valeur de retour
Aucun
Exigences
| Exigence | Valeur |
|---|---|
| serveur minimum pris en charge | Windows Server 2003, Service Pack 1 |
| d’en-tête | wdm.h (include 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