Compartilhar via


Função ExFreeCacheAwareRundownProtection (wdm.h)

A rotina ExFreeCacheAwareRundownProtection libera uma estrutura de proteção de rundown amigável ao cache que foi alocada anteriormente.

Sintaxe

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

Parâmetros

[in, out] RunRefCacheAware

Ponteiro para o objeto de proteção de rundown a ser liberado. Este é um ponteiro para uma estrutura de EX_RUNDOWN_REF_CACHE_AWARE opaca retornada de uma chamada anterior para ExAllocateCacheAwareRundownProtection ou ExAllocateCacheAwareRundownProtection.

Valor de retorno

Nenhum

Observações

Para obter mais informações, consulte de proteção de run-down com reconhecimento de cache.

Requisitos

Requisito Valor
servidor com suporte mínimo Windows Server 2003, Service Pack 1
cabeçalho wdm.h (inclua Wdm.h)
IRQL <= APC_LEVEL

Consulte também

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware