ReactOS 0.4.16-dev-1401-gf1332c7
module_iterator Struct Reference
Collaboration diagram for module_iterator:

Public Attributes

HANDLE process
 
LIST_ENTRYhead
 
LIST_ENTRYcurrent
 
BOOL wow64
 
LDR_DATA_TABLE_ENTRY ldr_module
 
LDR_DATA_TABLE_ENTRY32 ldr_module32
 

Detailed Description

Definition at line 870 of file debug.c.

Member Data Documentation

◆ current

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().

◆ head

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_module

◆ ldr_module32

◆ process

HANDLE module_iterator::process

◆ wow64

BOOL module_iterator::wow64

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