ReactOS 0.4.16-dev-1401-gf1332c7
|
Public Attributes | |
HANDLE | process |
LIST_ENTRY * | head |
LIST_ENTRY * | current |
BOOL | wow64 |
LDR_DATA_TABLE_ENTRY | ldr_module |
LDR_DATA_TABLE_ENTRY32 | ldr_module32 |
LIST_ENTRY* module_iterator::current |
Definition at line 874 of file debug.c.
Referenced by init_module_iterator(), init_module_iterator_wow64(), and module_iterator_next().
LIST_ENTRY* module_iterator::head |
Definition at line 873 of file debug.c.
Referenced by init_module_iterator(), init_module_iterator_wow64(), and module_iterator_next().
LDR_DATA_TABLE_ENTRY module_iterator::ldr_module |
Definition at line 876 of file debug.c.
Referenced by get_ldr_module(), get_ldr_module32(), GetModuleBaseNameW(), GetModuleFileNameExW(), GetModuleInformation(), module_iterator_next(), and module_push_iter().
LDR_DATA_TABLE_ENTRY32 module_iterator::ldr_module32 |
Definition at line 877 of file debug.c.
Referenced by get_ldr_module32(), GetModuleBaseNameW(), GetModuleFileNameExW(), GetModuleInformation(), module_iterator_next(), and module_push_iter().
HANDLE module_iterator::process |
Definition at line 872 of file debug.c.
Referenced by GetPerformanceInfo(), init_module_iterator(), init_module_iterator_wow64(), and module_iterator_next().
BOOL module_iterator::wow64 |
Definition at line 875 of file debug.c.
Referenced by init_module_iterator(), init_module_iterator_wow64(), module_iterator_next(), and module_push_iter().