PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION funzione di callback (dbgeng.h)
La funzione di callback endThreadStackReconstruction può essere chiamata dopo la ricostruzione dello stack per pulire lo stato.
CALLBACK* PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION EndThreadStackReconstruction;
Sintassi
PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION PdebugStackProviderEndthreadstackreconstruction;
HRESULT PdebugStackProviderEndthreadstackreconstruction()
{...}
Valore restituito
Se questa funzione di callback ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Commenti
EndThreadStackReconstruction viene chiamato PDEBUG_STACK_PROVIDER_ENDTHREADSTACKRECONSTRUCTION nel file di intestazione Dbgeng.h.
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | dbgeng.h (includere Dbgeng.h) |