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. Esse é um ponteiro para uma estrutura de EX_RUNDOWN_REF_CACHE_AWARE opaca retornada de uma chamada anterior para ExAllocateCacheAwareRundownProtection ou ExAllocateCacheAwareRundownProtection.

Retornar valor

Nenhum

Comentários

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

Requisitos

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

Confira também

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAwareEx

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware