Função ExReleaseRundownProtectionCacheAware (wdm.h)

A rotina ExReleaseRundownProtectionCacheAware libera proteção de execução que o chamador adquiriu anteriormente chamando ExAllocateCacheAwareRundownProtection ou ExAcquireRundownProtectionCacheAware.

Sintaxe

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

Parâmetros

[in, out] RunRefCacheAware

Ponteiro para o objeto de proteção de rundown no qual a função funcionará. Esse é um ponteiro para uma estrutura de EX_RUNDOWN_REF_CACHE_AWARE opaca retornada por uma chamada anterior para ExInitializeRundownProtectionCacheAware.

Retornar valor

Nenhum

Requisitos

Requisito Valor
Servidor mínimo com suporte Windows Server 2003, Service Pack 1
Cabeçalho wdm.h (include Wdm.h)
Regras de conformidade da DDI HwStorPortProhibitedDDIs(storport)

Confira também

Proteção de execução com reconhecimento de cache

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware