ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <compat.h>
Public Attributes | |
ULONG | ThreadId |
HANDLE | ThreadHandle |
CONTEXT | Context |
ULONG | SizeOfContext |
ULONG64 | StackBase |
ULONG64 | StackEnd |
CONTEXT _MINIDUMP_THREAD_CALLBACK::Context |
Definition at line 1286 of file compat.h.
Referenced by dump_threads().
ULONG _MINIDUMP_THREAD_CALLBACK::SizeOfContext |
Definition at line 1287 of file compat.h.
Referenced by dump_threads().
ULONG64 _MINIDUMP_THREAD_CALLBACK::StackBase |
Definition at line 1288 of file compat.h.
Referenced by dump_threads().
ULONG64 _MINIDUMP_THREAD_CALLBACK::StackEnd |
Definition at line 1289 of file compat.h.
Referenced by dump_threads().
HANDLE _MINIDUMP_THREAD_CALLBACK::ThreadHandle |
Definition at line 1285 of file compat.h.
Referenced by dump_threads().
ULONG _MINIDUMP_THREAD_CALLBACK::ThreadId |
Definition at line 1284 of file compat.h.
Referenced by dump_threads().