Compartilhar via


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

A função de retorno de chamada FreeStackSymFrames libera memória de um provedor de pilha.

 CALLBACK* PDEBUG_STACK_PROVIDER_FREESTACKSYMFRAMES FreeStackSymFrames;

Sintaxe

PDEBUG_STACK_PROVIDER_FREESTACKSYMFRAMES PdebugStackProviderFreestacksymframes;

HRESULT PdebugStackProviderFreestacksymframes(
  [in, optional] PSTACK_SYM_FRAME_INFO StackSymFrames
)
{...}

Parâmetros

[in, optional] StackSymFrames

Uma pilha para liberar.

Retornar valor

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.

Comentários

Depois que FreeStackSymFrames é chamado, o depurador chama o provedor de pilha para liberar memória.

FreeStackSymFrames é chamado PDEBUG_STACK_PROVIDER_FREESTACKSYMFRAMES no arquivo de cabeçalho Dbgeng.h.

Requisitos

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

Confira também

EndThreadStackReconstruction