dr_module_iterator_next

Function dr_module_iterator_next 

Source
pub unsafe extern "C" fn dr_module_iterator_next(
    mi: *mut dr_module_iterator_t,
) -> *mut module_data_t
Expand description

Retrieves the module_data_t for the next loaded module in the iterator. User must call dr_free_module_data() on the returned module_data_t once finished. \note Returned module_data_t must be freed with dr_free_module_data().