Fonction ExAcquireRundownProtectionCacheAware (wdm.h)

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 opaque EX_RUNDOWN_REF_CACHE_AWARE retournée par un appel précédent à ExAllocateCacheAwareRundownProtection ou ExInitializeRundownProtection.

Valeur retournée

Retourne TRUE si la protection contre l’exécution a été acquise et FALSE si l’exécution est actuellement active ou terminée.

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

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware