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

要求

要求 价值
目标平台 窗户
标头 dbgeng.h (包括 Dbgeng.h)