Função ExReleaseRundownProtectionCacheAwareEx (wdm.h)

A rotina ExReleaseRundownProtectionCacheAwareEx libera a 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á. Esse é 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 que especifica o número de referências a serem lançadas.

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

ExReleaseRundownProtectionCacheAware

ExRundownCompletedCacheAware

ExSizeOfRundownProtectionCacheAware

ExWaitForRundownProtectionReleaseCacheAware