Compartilhar via


PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION função de retorno de chamada (dbgeng.h)

A função BeginThreadStackReconstruction de retorno de chamada faz com que o depurador passe o fluxo para o provedor de pilha de despejo antes da enumeração de thread.

CALLBACK* PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION BeginThreadStackReconstruction; 

Sintaxe

PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION PdebugStackProviderBeginthreadstackreconstruction;

HRESULT PdebugStackProviderBeginthreadstackreconstruction(
  [in] ULONG StreamType,
  [in] PVOID MiniDumpStreamBuffer,
  [in] ULONG BufferSize
)
{...}

Parâmetros

[in] StreamType

Um tipo de fluxo.

[in] MiniDumpStreamBuffer

Um buffer de fluxo de mini-despejo.

[in] BufferSize

O tamanho do buffer.

Valor de retorno

Se essa função de retorno de chamada for bem-sucedida, ela retornará S_OK. Caso contrário, ele retornará um código de erro HRESULT.

Observações

BeginThreadStackReconstruction é chamado PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION no arquivo de cabeçalho Dbgeng.h.

Requisitos

Requisito Valor
da Plataforma de Destino Windows
cabeçalho dbgeng.h (inclua Dbgeng.h)