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.
La routine ExAcquireRundownProtectionCacheAware tente d’acquérir une protection d’exécution prenant en compte le cache sur un objet partagé afin que l’appelant puisse accéder en toute sécurité à l’objet.
Syntaxe
BOOLEAN ExAcquireRundownProtectionCacheAware(
[in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRefCacheAware
);
Paramètres
[in, out] RunRefCacheAware
Pointeur vers la structure de EX_RUNDOWN_REF_CACHE_AWARE opaque retournée par un appel précédent à ExAllocateCacheAwareRundownProtection ou ExInitializeRundownProtectionCacheAware.
Valeur de retour
Retourne TRUE si la protection d’exécution a été acquise et FALSE si l’exécution est actuellement active ou terminée.
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
ExAcquireRundownProtectionCacheAwareEx
ExAllocateCacheAwareRundownProtection
ExFreeCacheAwareRundownProtection
ExInitializeRundownProtectionCacheAware
ExReInitializeRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAware
ExReleaseRundownProtectionCacheAwareEx