PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION callback function (dbgeng.h)
The EndThreadStackReconstruction callback function may be called after stack reconstruction to clean up state.
CALLBACK* PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION EndThreadStackReconstruction;
Syntax
PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION PdebugStackProviderEndthreadstackreconstruction;
HRESULT PdebugStackProviderEndthreadstackreconstruction()
{...}
Return value
If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
EndThreadStackReconstruction is called PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION in the Dbgeng.h header file.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbgeng.h (include Dbgeng.h) |