Function
Gumprocess_enumerate_modules
Declaration [src]
void
gum_process_enumerate_modules (
GumFoundModuleFunc func,
gpointer user_data
)
Parameters
func-
Type:
GumFoundModuleFuncFunction called with
GumModule. user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the function.