PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION funzione di callback (dbgeng.h)
La funzione di callback BeginThreadStackReconstruction fa sì che il debugger passi il flusso al provider dello stack di dump prima dell'enumerazione del thread.
CALLBACK* PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION BeginThreadStackReconstruction;
Sintassi
PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION PdebugStackProviderBeginthreadstackreconstruction;
HRESULT PdebugStackProviderBeginthreadstackreconstruction(
[in] ULONG StreamType,
[in] PVOID MiniDumpStreamBuffer,
[in] ULONG BufferSize
)
{...}
Parametri
[in] StreamType
Tipo di flusso.
[in] MiniDumpStreamBuffer
Un buffer del flusso di mini dump.
[in] BufferSize
Dimensione del buffer.
Valore restituito
Se questa funzione di callback ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Commenti
BeginThreadStackReconstruction viene chiamato PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION nel file di intestazione Dbgeng.h.
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | dbgeng.h (include Dbgeng.h) |