ReactOS 0.4.15-dev-7842-g558ab78
_MINIDUMP_THREAD_CALLBACK Struct Reference

#include <compat.h>

Collaboration diagram for _MINIDUMP_THREAD_CALLBACK:

Public Attributes

ULONG ThreadId
 
HANDLE ThreadHandle
 
CONTEXT Context
 
ULONG SizeOfContext
 
ULONG64 StackBase
 
ULONG64 StackEnd
 

Detailed Description

Definition at line 1282 of file compat.h.

Member Data Documentation

◆ Context

CONTEXT _MINIDUMP_THREAD_CALLBACK::Context

Definition at line 1286 of file compat.h.

Referenced by dump_threads().

◆ SizeOfContext

ULONG _MINIDUMP_THREAD_CALLBACK::SizeOfContext

Definition at line 1287 of file compat.h.

Referenced by dump_threads().

◆ StackBase

ULONG64 _MINIDUMP_THREAD_CALLBACK::StackBase

Definition at line 1288 of file compat.h.

Referenced by dump_threads().

◆ StackEnd

ULONG64 _MINIDUMP_THREAD_CALLBACK::StackEnd

Definition at line 1289 of file compat.h.

Referenced by dump_threads().

◆ ThreadHandle

HANDLE _MINIDUMP_THREAD_CALLBACK::ThreadHandle

Definition at line 1285 of file compat.h.

Referenced by dump_threads().

◆ ThreadId

ULONG _MINIDUMP_THREAD_CALLBACK::ThreadId

Definition at line 1284 of file compat.h.

Referenced by dump_threads().


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