Partilhar via


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

A função de retorno de chamada EndThreadStackReconstruction pode ser chamada após a reconstrução da pilha para limpar o estado.

 CALLBACK* PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION EndThreadStackReconstruction;

Sintaxe

PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION PdebugStackProviderEndthreadstackreconstruction;

HRESULT PdebugStackProviderEndthreadstackreconstruction()
{...}

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

EndThreadStackReconstruction é chamado PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION no arquivo de cabeçalho Dbgeng.h.

Requisitos

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