ReactOS 0.4.15-dev-7942-gd23573b
_MINIDUMP_THREAD Struct Reference

#include <dbghelp.h>

Collaboration diagram for _MINIDUMP_THREAD:

Public Attributes

ULONG ThreadId
 
ULONG SuspendCount
 
ULONG PriorityClass
 
ULONG Priority
 
ULONG64 Teb
 
MINIDUMP_MEMORY_DESCRIPTOR Stack
 
MINIDUMP_LOCATION_DESCRIPTOR ThreadContext
 

Detailed Description

Definition at line 912 of file dbghelp.h.

Member Data Documentation

◆ Priority

ULONG _MINIDUMP_THREAD::Priority

Definition at line 917 of file dbghelp.h.

Referenced by fetch_thread_info().

◆ PriorityClass

ULONG _MINIDUMP_THREAD::PriorityClass

Definition at line 916 of file dbghelp.h.

Referenced by fetch_thread_info().

◆ Stack

MINIDUMP_MEMORY_DESCRIPTOR _MINIDUMP_THREAD::Stack

Definition at line 919 of file dbghelp.h.

Referenced by dump_threads(), and fetch_thread_info().

◆ SuspendCount

ULONG _MINIDUMP_THREAD::SuspendCount

Definition at line 915 of file dbghelp.h.

Referenced by fetch_thread_info().

◆ Teb

ULONG64 _MINIDUMP_THREAD::Teb

Definition at line 918 of file dbghelp.h.

Referenced by fetch_thread_info().

◆ ThreadContext

MINIDUMP_LOCATION_DESCRIPTOR _MINIDUMP_THREAD::ThreadContext

Definition at line 920 of file dbghelp.h.

Referenced by dump_threads(), and fetch_thread_info().

◆ ThreadId

ULONG _MINIDUMP_THREAD::ThreadId

Definition at line 914 of file dbghelp.h.

Referenced by fetch_thread_info().


The documentation for this struct was generated from the following file: