PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION回调函数 (dbgeng.h)

可以在堆栈重建后调用 EndThreadStackReconstruction 回调函数以清理状态。

 CALLBACK* PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION EndThreadStackReconstruction;

语法

PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION PdebugStackProviderEndthreadstackreconstruction;

HRESULT PdebugStackProviderEndthreadstackreconstruction()
{...}

返回值

如果此回调函数成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

注解

EndThreadStackReconstruction 在 Dbgeng.h 头文件中称为 PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION

要求

要求
目标平台 Windows
标头 dbgeng.h (包括 Dbgeng.h)