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 포함) |