MINIDUMP_THREAD_EX structure (minidumpapiset.h)
Contient des informations supplémentaires sur un thread spécifique.
Syntaxe
typedef struct _MINIDUMP_THREAD_EX {
ULONG32 ThreadId;
ULONG32 SuspendCount;
ULONG32 PriorityClass;
ULONG32 Priority;
ULONG64 Teb;
MINIDUMP_MEMORY_DESCRIPTOR Stack;
MINIDUMP_LOCATION_DESCRIPTOR ThreadContext;
MINIDUMP_MEMORY_DESCRIPTOR BackingStore;
} MINIDUMP_THREAD_EX, *PMINIDUMP_THREAD_EX;
Membres
ThreadId
Identificateur du thread.
SuspendCount
Nombre de suspensions pour le thread. Si le nombre de suspensions est supérieur à zéro, le thread est suspendu ; sinon, le thread n’est pas suspendu. La valeur maximale est MAXIMUM_SUSPEND_COUNT.
PriorityClass
Classe de priorité du thread. Consultez Planification des priorités.
Priority
Niveau de priorité du thread.
Teb
Bloc d’environnement de thread.
Stack
Structure MINIDUMP_MEMORY_DESCRIPTOR .
ThreadContext
Structure MINIDUMP_LOCATION_DESCRIPTOR .
BackingStore
Intel Itanium : Magasin de stockage pour le thread.
Spécifications
En-tête | minidumpapiset.h (inclure DbgHelp.h) |
Composant redistribuable | DbgHelp.dll 5.1 ou version ultérieure |