ReactOS 0.4.15-dev-7924-g5949c20
_MINIDUMP_THREAD_EX_CALLBACK Struct Reference

#include <compat.h>

Collaboration diagram for _MINIDUMP_THREAD_EX_CALLBACK:

Public Attributes

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

Detailed Description

Definition at line 1291 of file compat.h.

Member Data Documentation

◆ BackingStoreBase

ULONG64 _MINIDUMP_THREAD_EX_CALLBACK::BackingStoreBase

Definition at line 1299 of file compat.h.

◆ BackingStoreEnd

ULONG64 _MINIDUMP_THREAD_EX_CALLBACK::BackingStoreEnd

Definition at line 1300 of file compat.h.

◆ Context

CONTEXT _MINIDUMP_THREAD_EX_CALLBACK::Context

Definition at line 1295 of file compat.h.

◆ SizeOfContext

ULONG _MINIDUMP_THREAD_EX_CALLBACK::SizeOfContext

Definition at line 1296 of file compat.h.

◆ StackBase

ULONG64 _MINIDUMP_THREAD_EX_CALLBACK::StackBase

Definition at line 1297 of file compat.h.

◆ StackEnd

ULONG64 _MINIDUMP_THREAD_EX_CALLBACK::StackEnd

Definition at line 1298 of file compat.h.

◆ ThreadHandle

HANDLE _MINIDUMP_THREAD_EX_CALLBACK::ThreadHandle

Definition at line 1294 of file compat.h.

◆ ThreadId

ULONG _MINIDUMP_THREAD_EX_CALLBACK::ThreadId

Definition at line 1293 of file compat.h.


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