Partager via


PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION fonction de rappel (dbgeng.h)

La fonction de rappel BeginThreadStackReconstruction permet au débogueur de passer le flux au fournisseur de pile de vidage avant l’énumération de thread.

CALLBACK* PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION BeginThreadStackReconstruction; 

Syntaxe

PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION PdebugStackProviderBeginthreadstackreconstruction;

HRESULT PdebugStackProviderBeginthreadstackreconstruction(
  [in] ULONG StreamType,
  [in] PVOID MiniDumpStreamBuffer,
  [in] ULONG BufferSize
)
{...}

Paramètres

[in] StreamType

Type de flux.

[in] MiniDumpStreamBuffer

Mémoire tampon de flux de vidage mini-vidage.

[in] BufferSize

Taille de la mémoire tampon.

Valeur retournée

Si cette fonction de rappel réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Remarques

BeginThreadStackReconstruction est appelé PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION dans le fichier d’en-tête Dbgeng.h.

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête dbgeng.h (inclure Dbgeng.h)