Function

Gumprocess_enumerate_threads

Declaration [src]

void
gum_process_enumerate_threads (
  GumFoundThreadFunc func,
  gpointer user_data,
  GumThreadFlags flags
)

Description [src]

Enumerates all threads, calling func with GumThreadDetails about each thread found.

Parameters

func

Type: GumFoundThreadFunc

Function called with GumThreadDetails.

user_data

Type: gpointer

Data to pass to func.

The argument can be NULL.
The data is owned by the caller of the function.
flags

Type: GumThreadFlags

Flags specifying the desired level of detail.