Condividi tramite


MINIDUMP_THREAD_EX struttura (minidumpapiset.h)

Contiene informazioni estese per un thread specifico.

Sintassi

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;

Members

ThreadId

Identificatore del thread.

SuspendCount

Numero di sospensioni per il thread. Se il numero di sospensione è maggiore di zero, il thread viene sospeso; in caso contrario, il thread non è sospeso. Il valore massimo è MAXIMUM_SUSPEND_COUNT.

PriorityClass

Classe di priorità del thread. Vedere Priorità di pianificazione.

Priority

Livello di priorità del thread.

Teb

Blocco di ambiente thread.

Stack

Struttura MINIDUMP_MEMORY_DESCRIPTOR .

ThreadContext

Struttura MINIDUMP_LOCATION_DESCRIPTOR .

BackingStore

Intel Itanium: Archivio di backup per il thread.

Requisiti

   
Intestazione minidumpapiset.h (include DbgHelp.h)
Componente ridistribuibile DbgHelp.dll 5.1 o versioni successive

Vedi anche

MINIDUMP_LOCATION_DESCRIPTOR

MINIDUMP_MEMORY_DESCRIPTOR