MINIDUMP_THREAD_CALLBACK structure
Contains thread information for the MiniDumpCallback function when the callback type is ThreadCallback.
Syntax
typedef struct _MINIDUMP_THREAD_CALLBACK { ULONG ThreadId; HANDLE ThreadHandle; CONTEXT Context; ULONG SizeOfContext; ULONG64 StackBase; ULONG64 StackEnd; } MINIDUMP_THREAD_CALLBACK, *PMINIDUMP_THREAD_CALLBACK;
Members
- ThreadId
-
The identifier of the thread.
- ThreadHandle
-
A handle to the thread
- Context
-
A CONTEXT structure that contains the processor-specific data.
- SizeOfContext
-
The size of the returned processor-specific data in the Context member, in bytes.
- StackBase
-
The base address of the thread stack.
- StackEnd
-
The ending address of the thread stack.
Requirements
|
Redistributable | DbgHelp.dll 5.1 or later |
|---|---|
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012