Partilhar via


Função ExReleaseRundownProtectionCacheAwareEx (wdm.h)

O ExReleaseRundownProtectionCacheAwareEx libera proteção de run-down com reconhecimento de cache em um número especificado de objetos compartilhados.

Sintaxe

void ExReleaseRundownProtectionCacheAwareEx(
  [in, out] PEX_RUNDOWN_REF_CACHE_AWARE RunRef,
  [in]      ULONG                       Count
);

Parâmetros

[in, out] RunRef

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

[in] Count

Valor ULONG especificando o número de referências a serem lançadas.

Valor de retorno

Nenhum

Requisitos

Requisito Valor
servidor com suporte mínimo Windows Server 2003, Service Pack 1
cabeçalho wdm.h (inclua Wdm.h)
regras de conformidade de DDI HwStorPortProhibitedDIs(storport)

Consulte também

de proteção de run-down com reconhecimento de cache

ExAcquireRundownProtectionCacheAware

ExAcquireRundownProtectionCacheAwareEx

ExAllocateCacheAwareRundownProtection

ExFreeCacheAwareRundownProtection

ExInitializeRundownProtectionCacheAware

ExReInitializeRundownProtectionCacheAware

ExReleaseRundownProtectionCacheAware

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware