Condividi tramite


PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION funzione di callback (dbgeng.h)

Il BeginThreadStackReconstruction funzione di callback 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

Buffer del flusso di mini dump.

[in] BufferSize

Dimensioni del buffer.

Valore restituito

Se la funzione di callback ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT.

Osservazioni

beginThreadStackReconstruction viene chiamato PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION nel file di intestazione Dbgeng.h.

Fabbisogno

Requisito Valore
piattaforma di destinazione Finestre
intestazione dbgeng.h (include Dbgeng.h)