|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <drwtsn32.h>

Public Member Functions | |
| ModuleData (void *addr) | |
| void | Update (HANDLE hProcess) |
Public Attributes | |
| std::string | ModuleName |
| void * | BaseAddress |
| DWORD | Size |
| bool | Unloaded |
Definition at line 11 of file drwtsn32.h.
| ModuleData::ModuleData | ( | void * | addr | ) |
Definition at line 13 of file drwtsn32.cpp.
Definition at line 20 of file drwtsn32.cpp.
Referenced by PrintBugreport().
| void* ModuleData::BaseAddress |
Definition at line 14 of file drwtsn32.h.
Referenced by ModuleData(), PrintBugreport(), and Update().
| std::string ModuleData::ModuleName |
Definition at line 13 of file drwtsn32.h.
Referenced by Update().
| DWORD ModuleData::Size |
Definition at line 15 of file drwtsn32.h.
Referenced by PrintBugreport().
| bool ModuleData::Unloaded |
Definition at line 16 of file drwtsn32.h.
Referenced by ModuleData().