ReactOS 0.4.16-dev-106-g10b08aa
|
#include <drwtsn32.h>
Public Member Functions | |
DumpData () | |
Public Attributes | |
std::wstring | ProcessPath |
std::wstring | ProcessName |
DWORD | ProcessID |
DWORD | ThreadID |
HANDLE | ProcessHandle |
ModuleList | Modules |
ThreadMap | Threads |
EXCEPTION_DEBUG_INFO | ExceptionInfo |
HANDLE | Event |
bool | FirstBPHit |
Definition at line 36 of file drwtsn32.h.
DumpData::DumpData | ( | ) |
Definition at line 45 of file drwtsn32.cpp.
HANDLE DumpData::Event |
Definition at line 47 of file drwtsn32.h.
EXCEPTION_DEBUG_INFO DumpData::ExceptionInfo |
Definition at line 46 of file drwtsn32.h.
Referenced by DumpData().
bool DumpData::FirstBPHit |
Definition at line 48 of file drwtsn32.h.
ModuleList DumpData::Modules |
Definition at line 44 of file drwtsn32.h.
HANDLE DumpData::ProcessHandle |
Definition at line 43 of file drwtsn32.h.
DWORD DumpData::ProcessID |
Definition at line 41 of file drwtsn32.h.
std::wstring DumpData::ProcessName |
Definition at line 40 of file drwtsn32.h.
std::wstring DumpData::ProcessPath |
Definition at line 39 of file drwtsn32.h.
DWORD DumpData::ThreadID |
Definition at line 42 of file drwtsn32.h.
ThreadMap DumpData::Threads |
Definition at line 45 of file drwtsn32.h.