Function
GumStalkerRunOnThreadFunc
Declaration
void
(* GumStalkerRunOnThreadFunc) (
const GumCpuContext* cpu_context,
gpointer user_data
)
Parameters
cpu_context-
Type:
GumCpuContextNo description available.
The data is owned by the caller of the function. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.