Functions to enumerate modules loaded into the process. 
- Parameters
 - 
  
    | modinfo | structure to receive the answer  | 
  
   
- Returns
 - false if there are no (more) modules
 
Typical loop to enumerate modules would look like: 
  ...
bool idaapi get_first_module(modinfo_t *modinfo)
Definition: dbg.hpp:604
 
bool idaapi get_next_module(modinfo_t *modinfo)
Definition: dbg.hpp:607
 
Describes a module load event.
Definition: idd.hpp:313
 
  
◆ get_first_module()
  
  
      
        
          | bool idaapi get_first_module  | 
          ( | 
          modinfo_t *  | 
          modinfo | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ get_next_module()
  
  
      
        
          | bool idaapi get_next_module  | 
          ( | 
          modinfo_t *  | 
          modinfo | ) | 
           | 
         
       
   | 
  
inline   |