ReactOS 0.4.15-dev-7968-g24a56f8
dump_context Struct Reference

#include <dbghelp_private.h>

Collaboration diagram for dump_context:

Public Attributes

struct processprocess
 
DWORD pid
 
unsigned flags_out
 
struct dump_threadthreads
 
unsigned num_threads
 
struct dump_modulemodules
 
unsigned num_modules
 
unsigned alloc_modules
 
MINIDUMP_TYPE type
 
HANDLE hFile
 
RVA rva
 
struct dump_memorymem
 
unsigned num_mem
 
unsigned alloc_mem
 
struct dump_memory64mem64
 
unsigned num_mem64
 
unsigned alloc_mem64
 
MINIDUMP_CALLBACK_INFORMATIONcb
 

Detailed Description

Definition at line 542 of file dbghelp_private.h.

Member Data Documentation

◆ alloc_mem

unsigned dump_context::alloc_mem

Definition at line 562 of file dbghelp_private.h.

◆ alloc_mem64

unsigned dump_context::alloc_mem64

Definition at line 565 of file dbghelp_private.h.

◆ alloc_modules

unsigned dump_context::alloc_modules

Definition at line 554 of file dbghelp_private.h.

◆ cb

MINIDUMP_CALLBACK_INFORMATION* dump_context::cb

Definition at line 567 of file dbghelp_private.h.

◆ flags_out

unsigned dump_context::flags_out

Definition at line 547 of file dbghelp_private.h.

Referenced by dump_modules(), and dump_threads().

◆ hFile

HANDLE dump_context::hFile

Definition at line 558 of file dbghelp_private.h.

◆ mem

struct dump_memory* dump_context::mem

Definition at line 560 of file dbghelp_private.h.

◆ mem64

struct dump_memory64* dump_context::mem64

Definition at line 563 of file dbghelp_private.h.

◆ modules

struct dump_module* dump_context::modules

Definition at line 552 of file dbghelp_private.h.

◆ num_mem

unsigned dump_context::num_mem

Definition at line 561 of file dbghelp_private.h.

◆ num_mem64

unsigned dump_context::num_mem64

Definition at line 564 of file dbghelp_private.h.

◆ num_modules

unsigned dump_context::num_modules

Definition at line 553 of file dbghelp_private.h.

◆ num_threads

unsigned dump_context::num_threads

Definition at line 550 of file dbghelp_private.h.

◆ pid

DWORD dump_context::pid

Definition at line 546 of file dbghelp_private.h.

◆ process

struct process* dump_context::process

Definition at line 545 of file dbghelp_private.h.

◆ rva

RVA dump_context::rva

Definition at line 559 of file dbghelp_private.h.

Referenced by minidump_add_memory_block(), and writeat().

◆ threads

struct dump_thread* dump_context::threads

Definition at line 549 of file dbghelp_private.h.

◆ type

MINIDUMP_TYPE dump_context::type

Definition at line 557 of file dbghelp_private.h.


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