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:
GumFoundThreadFuncFunction called with
GumThreadDetails. user_data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the function. flags-
Type:
GumThreadFlagsFlags specifying the desired level of detail.