ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <dbghelp.h>
Public Attributes | |
ULONG | ThreadId |
ULONG | SuspendCount |
ULONG | PriorityClass |
ULONG | Priority |
ULONG64 | Teb |
MINIDUMP_MEMORY_DESCRIPTOR | Stack |
MINIDUMP_LOCATION_DESCRIPTOR | ThreadContext |
ULONG _MINIDUMP_THREAD::Priority |
Definition at line 917 of file dbghelp.h.
Referenced by fetch_thread_info().
ULONG _MINIDUMP_THREAD::PriorityClass |
Definition at line 916 of file dbghelp.h.
Referenced by fetch_thread_info().
MINIDUMP_MEMORY_DESCRIPTOR _MINIDUMP_THREAD::Stack |
Definition at line 919 of file dbghelp.h.
Referenced by dump_threads(), and fetch_thread_info().
ULONG _MINIDUMP_THREAD::SuspendCount |
Definition at line 915 of file dbghelp.h.
Referenced by fetch_thread_info().
ULONG64 _MINIDUMP_THREAD::Teb |
Definition at line 918 of file dbghelp.h.
Referenced by fetch_thread_info().
MINIDUMP_LOCATION_DESCRIPTOR _MINIDUMP_THREAD::ThreadContext |
Definition at line 920 of file dbghelp.h.
Referenced by dump_threads(), and fetch_thread_info().
ULONG _MINIDUMP_THREAD::ThreadId |
Definition at line 914 of file dbghelp.h.
Referenced by fetch_thread_info().